Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pep-un authored Jun 6, 2022
1 parent b012813 commit 590fbbd
Showing 1 changed file with 1 addition and 40 deletions.
41 changes: 1 addition & 40 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,4 @@ It provide help to CISO or other security people to follow conformity to a Polic

Lot of opther feature is plan as managing unconformity, action plan, provider auditing, etc...


# Instalation

## Pre-reqisit :
you should have python v3.8+

on a Debian 11 system :
```Shell
apt install python3 python3-pip python3-venv
```


Not tested yet but it should be working like that :

```Shell
git clone https://github.com/pep-un/Oxomium.git
cd Oxomium
python3 -m venv .
source bin/activate
pip install -r requirements.txt
python manage.py migrate
python manage.py createsuperuser
```

If you want to load the default data (ISO27001 and NIST Policy):
```Shelll
python manage.py loaddata conformity/fixture/Template-Policy-ISO-27k1.yaml
python manage.py loaddata conformity/fixture/Template-Policy-NIST.yaml
```

For non-production usage
```Shell
python manage.py runserver
```

For production usage
Change the following parameter of `oxomium/settings.py`:
- `SECURITY_KEY` with a uniq key, a script avayable under scripts folder
- `DEBUG` from `False` to `True`
- `ALLOWED_HOSTS` according to your configuration
For instalation process, go to the [Instalation wiki page](https://github.com/pep-un/Oxomium/wiki/Instalation).

0 comments on commit 590fbbd

Please sign in to comment.