Aluminium

From Wikitech
(Difference between revisions)
Jump to: navigation, search
(adding syntax highlighting and some formatting)
Line 1: Line 1:
<pre>
+
aluminium starts out as a clone of [[grosley]]
aluminium starts out as a clone of grosley
+
  
1) base+puppet install
+
#base+puppet install
 
+
#then a bunch of stuff that hasn't been puppetized
2) then a bunch of stuff that hasn't been puppetized
+
<syntaxhighlight lang="Bash">
 
svn co http://svn.wikimedia.org/svnroot/wikimedia/branches/deployment/fundraising-civicrm/d620c34 /srv/org.wikimedia.civicrm
 
svn co http://svn.wikimedia.org/svnroot/wikimedia/branches/deployment/fundraising-civicrm/d620c34 /srv/org.wikimedia.civicrm
 
svn co http://svn.wikimedia.org/svnroot/wikimedia/trunk/fundraising-civicrm /srv/org.wikimedia.civicrm-dev
 
svn co http://svn.wikimedia.org/svnroot/wikimedia/trunk/fundraising-civicrm /srv/org.wikimedia.civicrm-dev
Line 22: Line 21:
 
fetch httpagentparser-0.8.2.tar.gz
 
fetch httpagentparser-0.8.2.tar.gz
 
cd /usr/locals/src; tar xzf httpagentparser-0.8.2.tar.gz; cd httpagentparser-0.8.2; python setup.py install
 
cd /usr/locals/src; tar xzf httpagentparser-0.8.2.tar.gz; cd httpagentparser-0.8.2; python setup.py install
 
+
</syntaxhighlight>
</pre>
+
  
 
[[Category:Servers]]
 
[[Category:Servers]]

Revision as of 10:50, 10 September 2011

aluminium starts out as a clone of grosley

  1. base+puppet install
  2. then a bunch of stuff that hasn't been puppetized
svn co http://svn.wikimedia.org/svnroot/wikimedia/branches/deployment/fundraising-civicrm/d620c34 /srv/org.wikimedia.civicrm
svn co http://svn.wikimedia.org/svnroot/wikimedia/trunk/fundraising-civicrm /srv/org.wikimedia.civicrm-dev
svn co http://svn.wikimedia.org/svnroot/wikimedia/branches/deployment/fundraising-civicrm/d620c34 /srv/org.wikimedia.civicrm-stage
svn co http://svn.wikimedia.org/svnroot/wikimedia/branches/deployment/fundraising-misc /opt/fundraising-misc
mkdir /srv/org.wikimedia.fundraising
puppet --test
svn co http://svn.wikimedia.org/svnroot/wikimedia/vendors/drush/current /opt/drush
chmod a+x /opt/drush/drush
ln -s /opt/drush/drush /usr/local/bin/drush
svn co http://svn.wikimedia.org/svnroot/wikimedia/vendors/django/current/ /usr/local/src/django_src
cd /usr/local/src/django_src
python setup.py install
copy over faulkner's django reporting stuff [document, package, put in svn . . . something]
some form of python/django config [document!]
 
fetch httpagentparser-0.8.2.tar.gz
cd /usr/locals/src; tar xzf httpagentparser-0.8.2.tar.gz; cd httpagentparser-0.8.2; python setup.py install
Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox