Add pymisp as a submodule

pull/673/head
Raphaël Vinot 2015-09-22 17:05:28 +02:00
parent e3dcb6a93c
commit fe875c27ba
3 changed files with 4 additions and 1 deletions

3
.gitmodules vendored
View File

@ -2,3 +2,6 @@
path = app/Lib/cakephp
url = https://github.com/cakephp/cakephp.git
branch = 2.6
[submodule "PyMISP"]
path = PyMISP
url = https://github.com/MISP/PyMISP.git

View File

@ -72,7 +72,6 @@ before_script:
- mysql -u root -e "grant usage on *.* to misp@localhost identified by 'blah'";
- mysql -u root -e "grant all privileges on misp.* to misp@localhost;"
- mysql -u misp -pblah misp < INSTALL/MYSQL.sql
- git clone https://github.com/MISP/PyMISP.git
- AUTH=`app/Console/cake userInit -q`
- sudo chown -R www-data:www-data app/
- curl http://misp.local >> /dev/null

1
PyMISP Submodule

@ -0,0 +1 @@
Subproject commit 81fa4e5bdda9776e96cafa3b1b4972085a09767b