Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardware/flarum-src
[mirror] Flarum v0.1.0-beta.5
https://github.com/hardware/flarum-src
Last synced: 7 days ago
JSON representation
[mirror] Flarum v0.1.0-beta.5
- Host: GitHub
- URL: https://github.com/hardware/flarum-src
- Owner: hardware
- License: mit
- Created: 2016-07-17T20:49:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-17T20:52:19.000Z (over 8 years ago)
- Last Synced: 2024-10-29T07:25:13.465Z (2 months ago)
- Language: Shell
- Homepage: http://flarum.org/
- Size: 4.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![Flarum](http://flarum.org/img/logo.png)
**[Flarum](http://flarum.org) is free, open-source forum software** built with PHP and [Mithril.js](http://mithril.js.org). It is:
* **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![screenshot](http://flarum.org/img/screenshot.png)
## Installation
> **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.
You must have SSH access to a server with **PHP 5.5+** and **MySQL 5.5+**, and install [Composer](https://getcomposer.org).
```
composer create-project flarum/flarum . --stability=beta
```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).
## Contributing
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.
## License
Copyright (c) 2015 Toby Zerner. Code released under the [MIT License](https://github.com/flarum/flarum/blob/master/LICENSE).