Activity Library/Devel/Installing: Difference between revisions

 
(4 intermediate revisions by the same user not shown)
Line 21: Line 21:
Branches structure:
Branches structure:
* ''master'' branch, last ASLO codebase
* ''master'' branch, last ASLO codebase
* ''master-theme'' branch, last ASLO codebase with sugar theme
* ''master-theme'' rebased to ''master'' branch, last ASLO codebase with sugar theme
* ''v<version>'' branch, released ASLO version
* ''v<version>'' branch, released ASLO version
* ''v<version>-theme'' branch, released ASLO version with sugar theme
* ''v<version>-theme'' rebased to ''v<version>'' branch, released ASLO version with sugar theme
* ''production'' tag, tag to last stable branch
* ''production'' tag to last stable branch


== Install server ==
== Install server ==
Line 44: Line 44:
  git-clone git://git.sugarlabs.org/slo-activities/mainline.git /var/www
  git-clone git://git.sugarlabs.org/slo-activities/mainline.git /var/www


Fetch one external dependency:
Fetch external dependencies:
  cd /var/www/site/vendors/
  cd /var/www/site/vendors/
  svn co http://svn.mozilla.org/libs/product-details product-details
  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


== Set up server ==
== Set up server ==