Skip to content

ProjetosdZoe/cglondrina

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

INSTALLATION UBUNTU 14.04

  • sudo apt-get update

  • sudo apt-get install -y python-software-properties

  • sudo add-apt-repository ppa:ondrej/php5

  • sudo apt-add-repository ppa:phalcon/stable

  • sudo apt-get update

  • sudo apt-get install -y php5 php5-dev apache2 libapache2-mod-php5 mysql-server php5-mysql php5-curl php5-phalcon

  • sudo a2enmod rewrite

  • sudo nano /etc/apache2/sites-available/000-default.conf

    set DocumentRoot to : /var/www

  • sudo nano /etc/apache2/apache2.conf

    Set AllowOverride All to directories : / & /var/www

  • sudo service apache2 restart

  • cd ~

  • curl -sS https://getcomposer.org/installer | php

  • sudo mv composer.phar /usr/local/bin/composer

  • cd /var/

  • sudo rm -rf www/

  • sudo mkdir www/

  • sudo chmod -R 777 www/

  • cd www/

  • git clone https://github.com/ProjetosdZoe/cglondrina .

  • cd libraries/

  • sudo composer install

Important Informations

CSRF TOKEN MUST BE GENERATED IN INDEX ACTION OF CURRENT CONTROLLER , IF IT'S IN CONTROLLER BASE IT WILL GENERATE A NEW TOKEN MAKING THE REQUEST INVALID

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published