update to install howto

remove of -p password in order to avoid having the password in your bash history and the install command for postfix
pull/433/head
Alexander J 2015-03-13 13:42:11 +01:00
parent 4725d2fa0e
commit 4c8d1d3e2b
1 changed files with 3 additions and 1 deletions

View File

@ -14,6 +14,7 @@ Install a minimal ubuntu 14.04-server system with the software:
- Mail server
You will get some questions, you will probably want to set:
sudo apt-get install postfix
- Postfix Configuration: Satellite system
Make sure your system is up2date:
@ -102,7 +103,8 @@ mysql> exit
cd /var/www/MISP
# Import the empty MySQL database from MYSQL.sql
mysql -u misp -p<password> misp < INSTALL/MYSQL.sql
mysql -u misp -p misp < INSTALL/MYSQL.sql
#enter the password you set previously
7/ Apache configuration