flarum/readme.md

34 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

![Flarum](http://flarum.org/img/logo.png)
2014-12-30 11:11:59 +00:00
2015-11-02 23:28:46 +00:00
**[Flarum](http://flarum.org) is free, open-source forum software** built with PHP and [Mithril.js](http://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
2015-08-27 13:46:47 +00:00
![screenshot](http://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
2015-11-02 23:28:46 +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](http://flarum.org/roadmap) to follow along with our progress.
2015-05-07 03:13:49 +00:00
2015-11-02 23:28:46 +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
2015-11-02 23:28:46 +00:00
Read the [Installation Guide](http://flarum.org/docs/installation) for more information.
## Support
Refer to the [FAQ](http://flarum.org/docs/faq), [Documentation](http://flarum.org/docs), and ask questions on the [Community Forum](http://discuss.flarum.org) or [Gitter Chat](https://gitter.im/flarum/flarum).
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).