Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```