src/hg/encode/hgEncodeSubmit/README.UCSC 1.4
1.4 2010/05/28 13:04:05 kate
Update for newer usage
Index: src/hg/encode/hgEncodeSubmit/README.UCSC
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/encode/hgEncodeSubmit/README.UCSC,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 4 -r1.3 -r1.4
--- src/hg/encode/hgEncodeSubmit/README.UCSC 5 Sep 2008 22:52:53 -0000 1.3
+++ src/hg/encode/hgEncodeSubmit/README.UCSC 28 May 2010 13:04:05 -0000 1.4
@@ -13,23 +13,29 @@
5. Build application:
rake db:migrate
-6. Start server:
- ruby script/server -p 300? & (choose unused port)
- OR
- mongrel_rails start -p 300?
+6. Customize configuration files and scripts
+ database.yml
+ go (from go.sample, chose unused port in 3000 range)
+ stop (from stop.sample)
+
+7. Start server:
+ ./go
+
+8. Check status:
+ ~galt/kentFix/src/hg/encode/hgEncodeSubmit/status
-------------------------------
To update server:
-1. mongrel_rails stop (or use ./stop batch file)
+1. ./stop
2. cd /kent/src/hg/encode; cvsup (only if you know that all checked in changes are good)
3. rake db:migrate (skip this unless there were database structure changes)
-4. mongrel_rails start -p <yourPort> -d (or use ./go batch file)
+4. ./go
--------------------------------