Merge branch 'main' of github.com:cerebrate-project/cerebrate into main

pull/17/head
iglocska 2020-06-24 23:19:15 +02:00
commit e86f2fd5d1
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
2 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@
An Ubuntu server (18.04/20.04 should both work fine) - though other linux installations should work too.
- apache2, mysql/mariadb, sqlite need to be installed and running
- php extensions for mysql, sqlite need to be installed and running
- php extensions for intl, mysql, sqlite need to be installed and running
## Cerebrate installation instructions
@ -49,4 +49,8 @@ Simply modify the Datasource -> default array's username, password, database fie
Create an apache config file for cerebrate / ssh key and point the document root to /var/www/cerebrate/webroot/index.php and you're good to go
To log in use the default credentials below:
username: admin
Password: Password1234

View File

@ -28,10 +28,12 @@ Managing public keys and assigning them to users both for communication and vali
![Encryption key management](/documentation/images/add_encryption_key.png)
# Requirements
# Requirements and installation
The platform is built on CakePHP 4 along with Bootstrap 4 and shares parts of the code-base with [MISP](https://www.github.com/MISP).
The installation is documented at the following location [INSTALL/INSTALL.md](INSTALL/INSTALL.md)
# License
~~~~