Changeset 4943 for trunk/Nebulous-Server/docs/setup.txt
- Timestamp:
- Sep 1, 2005, 6:20:29 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/Nebulous-Server/docs/setup.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Nebulous-Server/docs/setup.txt
r4921 r4943 25 25 mkdir /po03/nebulous 26 26 mkdir /po04/nebulous 27 chown nobody:nebulous /po0?/nebulous 28 chmod 0770 /po0?/nebulous 27 perl -e 'for (1..24) { $i = sprintf "po%02d", $_ ; mkdir "/$i/nebulous" }' 28 chown nobody:nebulous /po??/nebulous 29 chmod 0770 /po??/nebulous 30 ls -lad /po??/nebulous 29 31 30 32 =head2 Build and install the Nebulous Perl modules (see: README) … … 174 176 neb-addvol --name po03 --uri file:/po03/nebulous 175 177 neb-addvol --name po04 --uri file:/po04/nebulous 178 179 perl -e 'for (1..24) { $i = sprintf "po%02d", $_ ; system "neb-addvol --name $i --uri file:/$i/nebulous" }' 176 180 . 177 181 .
Note:
See TracChangeset
for help on using the changeset viewer.
