Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
amp_stack_php_configuration [2015/06/01 15:31]
steve [AMP Stack: PHP Configuration]
amp_stack_php_configuration [2015/06/01 15:32]
steve [phpcheck and CGP]
Line 26: Line 26:
 pear install Mail Mail_Mime Net_SMTP pear install Mail Mail_Mime Net_SMTP
 </​code>​ </​code>​
-==== Yii Installation === 
  
-Download and unpack source code: 
- 
-<​code>​ 
-cd /​var/​www/​client-www 
-wget http://​beandog.digitaltrike.com/​yii-1.1.10.r3566.tar.gz 
-tar zxf yii-1.1.10.r3566.tar.gz 
-</​code>​ 
- 
-Have developers run this if they want to install it: 
- 
-<​code>​ 
-su - client-www -c "yes yes | /​var/​www/​client-www/​yii-1.1.10.r3566/​framework/​yiic webapp /​var/​www/​client-www/​htdocs"​ 
-</​code>​ 
- 
-Setup writable directories:​ 
- 
-<​code>​ 
-newacl -g www-data /​var/​www/​client-www/​htdocs/​assets 
-newacl -g www-data /​var/​www/​client-www/​htdocs/​client_files 
-</​code>​ 
 ==== Install PEAR packages ==== ==== Install PEAR packages ====
  
Line 73: Line 52:
 </​code>​ </​code>​
  
-==== phpcheck and CGP ==== 
  
-**Ubuntu** 
- 
-<​code>​ 
-wget -q http://​beandog.digitaltrike.com/​apache/​cgp -O /​etc/​apache2/​conf.d/​cgp 
-service apache2 restart 
-</​code>​