-
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
-
Notifications
You must be signed in to change notification settings - Fork 0
A project that manages all project , team , clients and all you need
License
HudsonNicoletti/crm
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A project that manages all project , team , clients and all you need
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published