67683068ac
adds admin tasks to stop/start docker and rancher on rancher server |
||
---|---|---|
ansible | ||
.gitignore | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
docker-compose.yml | ||
tasks.py |
README.md
CR Connect Administrative Console
The CR Connect Administrative Console provides:
- a development environment
- a test runner
- a deployment console
Development and Administrative Setup
These steps are necessary both for spinning up the development constellation and for enabling the administrative console for deployments.
Tools
These instructions assume you're using these development and tools:
- Operating System: Ubuntu
Environment Setup
Make sure all of the following are properly installed on your system:
python3
&pip3
:pipenv
:
Project Initialization
- Clone this repository.
- Install the required packages:
pipenv install
- Confirm you can run invoke:
inv -l
How to use
Once things are setup, the basic operation is simple and takes place via invoke tasks.
####To list the tasks available:
inv -l
####To get task-specific help:
inv <task name> -h