Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/sourque/minos
Browse files Browse the repository at this point in the history
  • Loading branch information
sourque committed May 10, 2020
2 parents 098bcf8 + 2ff79f6 commit ae5cbb6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,20 @@ points = 500
```
- Custom: (WIP) test for a condition in the client scoring engine

## Troubleshooting

**Service won't restart**

![no_restart](setup/imgs/broken_restart.png)
- Kill python and uwsgi processes
- `$ sudo pkill -9 python3; pkill -p uwsgi`

**Read-Only Database**

![no_restart](setup/imgs/readonly.png)
- Chown everything
- `$ chown -R www-data:www-data /opt/minos`

## Contributing and Disclaimer

If you have anything you would like to add or fix, please make a pull request! No improvement or fix is too small, and help is always appreciated.
Expand Down
Binary file added setup/imgs/broken_restart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added setup/imgs/readonly.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ae5cbb6

Please sign in to comment.