Aluminium

From Wikitech
(Difference between revisions)
Jump to: navigation, search
(adding syntax highlighting and some formatting)
Line 1: Line 1:
aluminium starts out as a clone of [[grosley]]
+
Aluminium is the fundraising application host at eqiad, its functions are pretty well explained here [[Grosley]].
  
#base+puppet install
+
Aluminium is currently the active host, [[Grosley]] is the failover peer at pmtpa.
#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/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
+
Here's stuff that helps explain how Aluminium was built: [[Grosley-Aluminium-Migration]]
cd /usr/locals/src; tar xzf httpagentparser-0.8.2.tar.gz; cd httpagentparser-0.8.2; python setup.py install
+
</syntaxhighlight>
+
  
 
[[Category:Servers]]
 
[[Category:Servers]]

Revision as of 19:28, 4 November 2011

Aluminium is the fundraising application host at eqiad, its functions are pretty well explained here Grosley.

Aluminium is currently the active host, Grosley is the failover peer at pmtpa.

Here's stuff that helps explain how Aluminium was built: Grosley-Aluminium-Migration

Personal tools
Namespaces

Variants
Actions
Navigation
Ops documentation
Wiki
Toolbox