[Bast-commits] r9625 - ironman
idn at dev.catalyst.perl.org
idn at dev.catalyst.perl.org
Thu Jul 1 21:39:17 GMT 2010
Author: idn
Date: 2010-07-01 22:39:17 +0100 (Thu, 01 Jul 2010)
New Revision: 9625
Modified:
ironman/notes.pod
Log:
Updating for new repository layout. Need to add docs on transition
Modified: ironman/notes.pod
===================================================================
--- ironman/notes.pod 2010-07-01 21:17:36 UTC (rev 9624)
+++ ironman/notes.pod 2010-07-01 21:39:17 UTC (rev 9625)
@@ -93,7 +93,7 @@
-=head1 Deployment to the development environment.
+=head1 Deployment to the staging environment.
=head2 Check it out!
@@ -101,13 +101,16 @@
sush ironboy
-Check out the required repository (assuming it's not there):
+Create the ironman directory and checkout the relevant bits (if not present):
- svn co http://dev.catalyst.perl.org/repos/bast/ironman
+ mkdir ironman; cd ironman
+ svn co http://dev.catalyst.perl.org/repos/bast/ironman/IronMan-Web/branches/ironboy/ IronMan-Web
+ svn co http://dev.catalyst.perl.org/repos/bast/ironman/Perlanet-IronMan/branches/ironboy/ Perlanet-IronMan
Update the repository (if it is there):
- svn up ironman
+ cd ~/ironman/
+ svn up IronMan-Web Perlanet-IronMan
Run the web UI up as an independent service just to verify deps:
@@ -119,11 +122,11 @@
Create the socket and set permissions:
- mkdir ~ironman/treffpunkt; chgrp $_ www-data; chmod $_ 2710
+ mkdir ~ironboy/treffpunkt; chgrp $_ www-data; chmod $_ 2710
Socket is now:
- ~ironman/treffpunkt/treffpunkt
+ ~ironboy/treffpunkt/treffpunkt
=head2 Perlanet
More information about the Bast-commits
mailing list