Skip to content

A project that manages all project , team , clients and all you need

License

Notifications You must be signed in to change notification settings

HudsonNicoletti/crm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 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

About

A project that manages all project , team , clients and all you need

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published