flarum/readme.md

39 lines
1.7 KiB
Markdown
Raw Normal View History

![Flarum](https://flarum.org/img/logo.png)
2014-12-30 11:11:59 +00:00
**[Flarum](https://flarum.org/) is free, open-source forum software** built with PHP and [Mithril.js](https://mithril.js.org/). It is:
2014-12-30 11:11:59 +00:00
2015-11-02 23:28:46 +00:00
* **Simple**, with a responsive UI that is optimized for touch devices
* **Fast**, with a total JS payload size of ~130 KB gzipped
* **Extensible**, so you can tailor it to your use-case
2015-05-07 03:13:49 +00:00
![screenshot](https://flarum.org/img/screenshot.png)
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
## Installation
2015-05-07 03:13:49 +00:00
> **Flarum is currently in beta and should not be used in production.** It is being developed openly on GitHub. Check out the [Roadmap](https://flarum.org/roadmap/) to follow along with our progress.
2015-05-07 03:13:49 +00:00
You must have SSH access to a server with **PHP 5.5+** and **MySQL 5.5+**, and install [Composer](https://getcomposer.org/).
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
```
2015-11-02 23:49:02 +00:00
composer create-project flarum/flarum . --stability=beta
2015-11-02 23:28:46 +00:00
```
2015-05-07 03:13:49 +00:00
Read the [Installation Guide](https://flarum.org/docs/installation/) for more information.
2015-11-02 23:28:46 +00:00
2018-01-07 17:39:15 +00:00
## Development
2018-01-07 17:39:15 +00:00
This repository holds the Flarum skeleton application.
Its dependencies, such as [flarum/core](https://github.com/flarum/core) (where most development happens), have to be installed using [Composer](https://getcomposer.org/).
2015-11-02 23:28:46 +00:00
## Support
Refer to the [FAQ](https://flarum.org/docs/faq/), [Documentation](https://flarum.org/docs/), and ask questions on the [Community Forum](https://discuss.flarum.org/) or [Discord Chat](https://flarum.org/discord/).
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
## Contributing
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
Flarum is open-source and we would love your help building it! Please read the [Contributing Guide](https://github.com/flarum/flarum/blob/master/CONTRIBUTING.md) to learn how you can help.
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
## License
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +00:00
Copyright (c) 2015 Toby Zerner. Code released under the [MIT License](https://github.com/flarum/flarum/blob/master/LICENSE).