close
Warning:
Can't synchronize with repository "(default)" (/usr/svn/silverfile does not appear to be a Subversion repository.). Look in the Trac log for more information.
- Timestamp:
-
Oct 5, 2009, 11:21:45 PM (13 years ago)
- Author:
-
hank
- Comment:
-
update distro instructions
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v51
|
v52
|
|
141 | 141 | |
142 | 142 | === Install !SilverFile App === |
143 | | |
144 | | '''[on dev.silverfilecorp.com] - Export svn repo:''' |
145 | | You may not need to do this |
146 | | {{{ |
147 | | rm -rf /usr/svn/sfexport |
148 | | svn export /home/devsilverfile/trunk /usr/svn/sfexport |
149 | | }}} |
| 143 | ''' Create distribution package ''' |
| 144 | On instance with access to mercurial repository, hg clone and/or hg update to latest version |
| 145 | {{{ |
| 146 | .../sf-app/ > scons sdist |
| 147 | }}} |
| 148 | Move the dist/..tar.gz file to the new instance |
150 | 149 | |
151 | 150 | '''Create app directory:''' |
… |
… |
|
154 | 153 | }}} |
155 | 154 | |
156 | | '''Create Initial Copy From Mercurial Repo (as hank):''' |
| 155 | '''Create Initial Copy From Mercurial Repo (as hank) - DEPRECATED:''' |
157 | 156 | {{{ |
158 | 157 | /usr/bin/rsync -av --timeout=300 --delete -e '/usr/bin/ssh -p 2240 -o ConnectTimeout=3' \ |
… |
… |
|
165 | 164 | }}} |
166 | 165 | |
167 | | '''Create symbolic links in production media:''' |
| 166 | '''Create symbolic links in production media - DEPRECATED:''' |
168 | 167 | {{{ |
169 | 168 | ln -s /usr/wwwapps/sf-app/files/media/js/admin-path.js /usr/wwwapps/sf-app/production/media/js/admin-path.js |