diff options
author | Gustav Eek <gustaveek@student.gu.se> | 2011-03-11 20:37:28 +0100 |
---|---|---|
committer | Gustav Eek <gustaveek@student.gu.se> | 2011-03-11 20:37:28 +0100 |
commit | 7938fe602e343fa9d47a1f89a6083f3b6a3906d0 (patch) | |
tree | ec295c92dd4fed400a5004c3e24490d6de500cfa /README | |
parent | 9edcca6ab5a79750ece7f14af0b558fb39bc3c65 (diff) |
Continuous changes to README
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 11 insertions, 4 deletions
@@ -8,15 +8,22 @@ skangas@skangas.se #. Installation -Read installation file INSTALL +Read installation file INSTALL and follow those instructions. + +Edit file default.yml and add the following + + admuser: <admin username> + admpass: <admin password> + +where <admin username> and <admin password> are user name and password on <remote server> in next section. #. Log in to server - $ ssh -NfL <local port>:localhost:<remote port> <remote server> + $ ssh -NfL 3306:localhost:3306 <remote server> -This opens an ssh-tunnel. Use standard mysql port 3306. +This opens an ssh-tunnel and returns to standard prompt. Use standard mysql port 3306. -#. Add a new mailbox +#. Add a new mailbox. $ fripost-adduser |