Changeset 213
- Timestamp:
- 01/03/07 19:41:30 (2 years ago)
- Files:
-
- branches/dsss-smi/INSTALL (modified) (1 diff)
- branches/dsss-smi/init.php (added)
- branches/dsss-smi/pws.php (deleted)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/dsss-smi/INSTALL
r210 r213 16 16 6) Put the .php files somewhere accessible. 17 17 18 7) Make pws.php read/write for the HTTP server, unreadable to other users 19 (preferably). 18 7) chmod the directory the php files are in to 0777 (TEMPORARILY) 20 19 21 8) Make a directory with the PHP files named 'sources', chmod 0700, owned by 22 the HTTP server (preferably). 20 8) Run init.php via the web server 21 22 9) chmod the directory the php files are in to 0755
