Confira o projeto em Ferobra tests ci-cd
- Welcome to the installation tutorial of this beautiful website made with love and care for you my dear Tibians.
- Remembering that the Project itself is not my own, it has several participants.
- This is a Stable version of the product, this does not leave it free of bugs.
- If you find bugs or are interested in developing some new functionality feel free to open an Issue.
- without further ado follows the tutorial.
- Apache with mod_rewrite enabled + PHP Version 5.6 or newer
- Clone the Ferobra Premium Gesior From Github.
- improve security for your project
find PROJECT_PATH -type d -exec chmod 775 {} \;
find PROJECT_PATH -type f -exec chmod 644 {} \;
chown -R www-data:www-data PROJECT_PATH
- This website have some security implements, here you can use apache2 to apply them.
- run these commands to maximize your security.
sudo a2enmod headers
sudo a2enmod rewrite
- on ubuntu 16.06 or 14.04 go to apache folder and edit your config.
- run:
sudo vim /etc/apache2/apache2.conf
and search for something like this:
<Directory PATH_TO_YOUR_WEBSITE>
Options Indexes FollowSymLinks
AllowOverride All
Require all granted
</Directory>
- and add something like this /\
sudo apt-get install php-gd
sudo apt-get install php-curl
Make sure curl is enabled in the php.ini file. For me it's in /etc/php/apache2/php.ini, if you can't find it, this line might be in /etc/php/conf.d/curl.ini. Make sure the line : extension=curl.so
now restart apache.:
sudo /etc/init.d/apache2 restart
or
sudo service apache2 restart
Make sure to install all composer dependency on this website.
php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');"
php composer-setup.php
php -r "unlink('composer-setup.php');"
mv composer.phar /usr/local/bin/composer
after that go to your project folder and run
composer install
@riicksouzaa
@gesior
@FelipeMonteiro
@marcoma
And more developers
- Property