Opensource platform of Roleplaying Game by Forum. Use to build this site. MIT License - Use it (the site, or the source) and enjoy it !
Vagrant must be installed and correctly configure
- Run
vagrant up
(Initialize VM and do provisionning) - Access to http://localhost:8080
- PHP 5.4 with Openssl module
- Mysql database
- Node
In Windows Environment, we recommend to use Git Bash to launch sh script.
- Clone this repository
- Launch
bin/bootstrap.sh
(Download composer, install php and web dependencies, initialize database) - Launch
grunt dev
- Access to http://localhost:8000
To update automaticaly you're environment, launch bin/update.sh
.
This script :
- Update git repository (pull)
- Update dependencies (tools, php, js)
Enjoy ! :)