trying to figure out how i would tell if a service is running from the watchdog...
[xmppcentral.git] / design / install.txt
1 Installation/setup
2 ==================
3
4 install will be a simple case of:
5 1) wget http://masterserver:8101/install.sh
6 2) sh install.sh
7
8 the master server will run a small web server on 8101 that only sends out that install file (no matter what you type). The install will then do whats needed to
9 install the appropriate files into their right locations on the server, then setup the server
10
11 to then setup the server, the server will xmpp chat as guest to the master server asking it to setup a computer account for it. the master server will then send
12 a pin code to a user id on the xmpp server which will then need to be typed in during install to validate the computer.
13
14 for eg:
15 sh install.sh
16 type in the name of a user for pin code auth: paulr
17    master server -> paulr "pin code is 123456"
18 type in pin code when received: 123456
19 verifying pin code...
20 code verified, computer account created.