https://github.com/abilian/nua-infra-abilian
https://github.com/abilian/nua-infra-abilian
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/abilian/nua-infra-abilian
- Owner: abilian
- Created: 2023-04-04T15:50:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T12:37:13.000Z (over 3 years ago)
- Last Synced: 2025-06-10T17:15:36.362Z (about 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
To run:
```
poetry install
poetry shell
invoke build
invoke deploy
# Or just: `invoke all`
```
This assumes that the applications are in a subfolder `nua-apps` of the current folder.
For instance, that there is a symblink from the `real-apps` folder of the `nua` sources to `./nua-apps`.
You may also set the following env vars (or set a local `.env` file):
- `NUA_DOMAIN`: domain (e.g.: apps.my-domain.com)
- `NUA_HOST`: host where the orchestrator is running
- `NUA_APPS_ROOT`: the folder where the apps are located, if it's not `./nua-apps`.