X-Git-Url: http://git.pjr.cc/?p=xmppcentral.git;a=blobdiff_plain;f=design%2Finstall.txt;fp=design%2Finstall.txt;h=26a672b12e65ce265a39f46c13522512a5e5b023;hp=0000000000000000000000000000000000000000;hb=1aaffed55883b756a7adca132a7bb3871e1dda4d;hpb=c13e26a072d3cf3295c477b8b4c36da0cde394db diff --git a/design/install.txt b/design/install.txt new file mode 100644 index 0000000..26a672b --- /dev/null +++ b/design/install.txt @@ -0,0 +1,20 @@ +Installation/setup +================== + +install will be a simple case of: +1) wget http://masterserver:8101/install.sh +2) sh install.sh + +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 +install the appropriate files into their right locations on the server, then setup the server + +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 +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. + +for eg: +sh install.sh +type in the name of a user for pin code auth: paulr + master server -> paulr "pin code is 123456" +type in pin code when received: 123456 +verifying pin code... +code verified, computer account created. \ No newline at end of file