Hot

‏إظهار الرسائل ذات التسميات flarum. إظهار كافة الرسائل
‏إظهار الرسائل ذات التسميات flarum. إظهار كافة الرسائل

السبت، 21 نوفمبر 2015

Tutorial : Install Flarum in Koding.com

نوفمبر 21, 2015 0
flarum
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.


Read More

الاثنين، 16 نوفمبر 2015

Télécharger Flarum

نوفمبر 16, 2015 0
flarum
Flarum est le logiciel de forum de la prochaine génération qui rend la discussion en ligne amusant. Il est simple, rapide et gratuit.
Télécharger flarum-0.1.0-beta



Read More