Go to file
Fred McDavid 67683068ac
Merge pull request #4 from sartography/fred/add-rancher-admin-tasks
adds admin tasks to stop/start docker and rancher on rancher server
2020-02-19 17:23:33 -05:00
ansible adds admin tasks to stop/start docker and rancher on rancher server, get the docker registry and certs working 2020-02-19 17:20:41 -05:00
.gitignore adds .gitignore 2019-11-22 09:33:25 -05:00
Pipfile adds admin tasks to stop/start docker and rancher on rancher server, get the docker registry and certs working 2020-02-19 17:20:41 -05:00
Pipfile.lock adds admin tasks to stop/start docker and rancher on rancher server, get the docker registry and certs working 2020-02-19 17:20:41 -05:00
README.md adds simple readme 2019-11-28 07:58:00 -05:00
docker-compose.yml adds auth and db params 2020-01-24 06:12:04 -05:00
tasks.py adds admin tasks to stop/start docker and rancher on rancher server, get the docker registry and certs working 2020-02-19 17:20:41 -05:00

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:

  1. python3 & pip3:
  2. pipenv:

Project Initialization

  1. Clone this repository.
  2. Install the required packages: pipenv install
  3. 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