Koding is an online development environment which allows developers to program and collaborate online in a web browser without the needs of downloading the software development kits, so you can try installing flarum for free in koding vps.
To install flarum you need to follow these steps :
1- Installing Mysql Database
$ kpm install mysql
2- Installing Composer
$ kpm install composer
3- Activate Rewrite Mod in Apache
$ sudo a2enmod rewrite && sudo service apache2 restart
4- Activate cURL PHP extension
$ sudo apt-get install curl libcurl3 libcurl3-dev php5-curl && sudo service apache2 restart
5- Activate gd PHP extension
$ sudo apt-get install php5-gd && sudo service apache2 restart
6- Install flarum with composer
$ composer create-project flarum/flarum .Web/forum --stability=beta
In this example I create a new folder "forum" in which the software was installed so you can access to the installation page with this url : http://your-username.koding.io/forum and complete the installation.
Note : Please chmod your folder to 0775.
ليست هناك تعليقات:
إرسال تعليق