Instructions for the upgrade

- 1st version
pull/64/merge
iglocska 2013-03-12 15:41:15 +01:00
parent 80967b2ddd
commit 223cb7a076
1 changed files with 27 additions and 0 deletions

27
INSTALL/UPGRADE.txt Normal file
View File

@ -0,0 +1,27 @@
Upgrade procedure from v1 to v2
- git pull the latest version of MISP from https://github.com/BeDefCERT/MISP.git
- execute the .sql file called "MYSQL.migrate.sql" found in the www/MISP/INSTALL folder. You can do this by
using the command "mysql -u [username] -p[password] [MISP's database] < MYSQL.migrate.sql
- excecute the following two commands from your www/MISP/app folder:
./Console/cake acl create aco root controllers
./Console/cake AclExtras.AclExtras aco_sync
- Log in with the following credentials:
- username: admin@admin.test
- password: admin
- execute the following commands by changing the url (where <MISP> is the address of your instance):
- https://<MISP>/events/generateCorrelation
- https://<MISP>/events/generateCount
- https://<MISP>/events/generateArosAcos
If all went right, then your MISP instance should now be at version 2.
Check the following:
- That your organisation in the bootstrap.php file found in www/MISP/app/Config/ is the correct
Organisation identifier used by the users of your organisation and by the sync users of
other hosting organisations that synchronise with your instance.