Revision 10820
Added by Aaron Marcuse-Kubitza over 11 years ago
README.TXT | ||
---|---|---|
9 | 9 |
|
10 | 10 |
Maintenance: |
11 | 11 |
on a live machine, you should put the following in your .profile: |
12 |
umask ug=rwx,o= # prevent files from becoming web-accessible |
|
13 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
|
12 |
-- |
|
13 |
# make svn files web-accessible. this does not affect unversioned files, because |
|
14 |
# these get the right permissions on the local machine instead. |
|
15 |
umask ug=rwx,o=rx |
|
16 |
|
|
17 |
unset TMOUT # TMOUT causes screen to exit even with background processes |
|
18 |
-- |
|
14 | 19 |
if http://vegbiendev.nceas.ucsb.edu/phppgadmin/ goes down: |
15 | 20 |
on vegbiendev: make postgres-Linux |
16 | 21 |
to synchronize vegbiendev, jupiter, and your local machine: |
Also available in: Unified diff
bugfix: /README.TXT: on a live machine, you should put the following in your .profile: need to make svn files web-accessible, because these are used by fs.vegpath.org links (such as to the ERD, etc.). note that this does not affect unversioned files, because these get the right permissions on the local machine instead (see Testing > On a development machine, you should put the following in your .profile).