diff options
author | Gustav Eek <gustav@fripost.org> | 2011-11-22 22:11:59 +0100 |
---|---|---|
committer | Gustav Eek <gustav@fripost.org> | 2011-11-22 22:11:59 +0100 |
commit | 56e4f7b0a169958ae8ebaba63354ff6314f7c3ff (patch) | |
tree | 65810a5522ec1aca5a764da6952cac31c010f9a3 /README | |
parent | 52a407f738d0c8e28087f27762f775f99ca51c01 (diff) |
default.yml renamed.
File default.yml renamed (and will later be added to .gitignore) so that
the file is not commited by acident. README is updated with more info on
how to create file default.yml.
OBS! Be careful when merging so that you do not ovewrite the password.
Diffstat (limited to 'README')
-rw-r--r-- | README | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -10,16 +10,22 @@ skangas@skangas.se Read installation file INSTALL and follow those instructions. -Edit file default.yml and add the following +Copy file default.yml.template to default.yml, 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. +where <admin username> and <admin password> are user name and password to the MySQL-server on <remote server> in next section. + +Configure an locla Mail Transger Agent (MTA) for example exim4: + + $ sudo dpkg-reconfigure exim4-config + +Choose use smarthost for outgoing and no local e-mail. Choos your IPS's SMTP server for outgoing e-mail. #. Log in to server - $ ssh -NfL 3306:localhost:3306 <remote server> + $ ssh -vNfL 3306:localhost:3306 <remote server> This opens an ssh-tunnel and returns to standard prompt. Use standard mysql port 3306. @@ -35,6 +41,8 @@ This opens an ssh-tunnel and returns to standard prompt. Use standard mysql port $ fripost-newalias +The script prompts first for go-to address, which is where the new alias is supposed to point to, and later for alias. It is not necessary to add domain for go-to address, BUT for alias address. + #. Add a new domain to the system $ fripost-newdomain |