Changes

Jump to navigation Jump to search
571 bytes added ,  03:11, 9 August 2018
Line 1: Line 1: −
==Set up==
+
== Hostnames ==
Below is the recipe that we used to set up the php server. Please see puppet for up to date configuration details.
+
 
 +
* http://aslo-web.sugarlabs.org (host not found --[[User:Quozl|Quozl]] ([[User talk:Quozl|talk]]) 03:11, 9 August 2018 (EDT))
 +
 
 +
== Hardware ==
 +
 
 +
* KVM VM
 +
 
 +
== Location ==
 +
 
 +
[[Machine/housetree|Housetree]]
 +
 
 +
== Admins ==
 +
 
 +
* [[User:alsroot|Aleksey Lim]]
 +
 
 +
== Backups ==
 +
 
 +
<!--* Daily system-full-backup to [[Machine/backup]]. Ask admins for encryption password.
 +
* Daily system-remote-backup to [[Machine/backup]]. Encrypted with keys of bernie and dfarning.-->
 +
 
 +
== Setup ==
    
===Install required php modules===
 
===Install required php modules===
Line 30: Line 50:  
===Clone ASLO repository===
 
===Clone ASLO repository===
   −
  git clone git://git.sugarlabs.org/slo-activities/mainline.git .
+
  git clone git://git.sugarlabs.org/slo-activities/mainline.git -b production .
  git checkout -b production production
+
 
 +
===Checkout dependencies===
 +
 
 +
cd ~/site/vendors/
 +
  svn co http://svn.mozilla.org/libs/product-details
 +
svn co http://svn.mozilla.org/libs/fizzypop.mozdev fizzypop
 +
svn co http://svn.mozilla.org/libs/phorms
 +
svn co http://svn.mozilla.org/libs/zxtm-api
    
==ASLO configuration==
 
==ASLO configuration==
Line 48: Line 75:  
==Update ASLO repository==
 
==Update ASLO repository==
   −
  git fetch
+
  git pull origin production
git merge tags/production
 

Navigation menu