root/branches/dsss-smi/INSTALL

Revision 638, 0.8 kB (checked in by Gregor, 1 year ago)

Fixed some consistency issues.

Line 
1 To use the D Shared Software System Source Management Interface, you must:
2
3 1) Make a user 'dsss' (or whatever you prefer, 'dsss' for the purposes of this document)
4
5 2) Check out into the 'dsss' home directory the master mirror:
6    $ svn co https://svn.dsource.org/projects/dsss/sources sources --username YOUR_USERNAME
7    Make sure that sources/pkgslist.d is compiled to sources/pkgslist.
8
9 3) Compile updateSources.d into ~dsss/updateSources
10
11 4) chmod 5755 ~dsss/updateSources
12
13 5) Make a file up.sh in ~dsss that uploads the sources/ and mirror/ directories
14    to other mirrors.
15
16 6) Put the .php files somewhere accessible.
17
18 7) chmod the directory the php files are in to 0777 (TEMPORARILY)
19
20 8) Run init.php via the web server.
21
22 9) chmod the directory the php files are in to 0755
23
24 10) Remove init.php, fix.php, commit.sh and this file from the server directory.
Note: See TracBrowser for help on using the browser.