Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrc-ide/malaria-orderly-web
Config and deployment for Malaria Orderly Web instance
https://github.com/mrc-ide/malaria-orderly-web
Last synced: 25 days ago
JSON representation
Config and deployment for Malaria Orderly Web instance
- Host: GitHub
- URL: https://github.com/mrc-ide/malaria-orderly-web
- Owner: mrc-ide
- Created: 2023-03-13T14:17:25.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T10:25:44.000Z (12 months ago)
- Last Synced: 2024-11-06T02:31:29.345Z (2 months ago)
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Malaria Packit configuration
### Prerequisites
First, install the deploy tool
```
pip3 install --user packit-deploy
```Ensure that the path that the script is copied into is in your path (on Linux, most likely `~/.local/bin`, on OSX `~/Library/Python//bin`
### Start
```
packit start config
```### Upgrading
It is possible that the `packit-deploy` deploy scripts should be updated
```
pip3 install --user --upgrade packit-deploy
```Then redeploy with:
```
packit stop config
packit start --pull config
```