This repository has been archived on 2020-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
magic-app/README.md

28 lines
519 B
Markdown
Raw Normal View History

2020-06-30 18:37:10 +00:00
# Magic App
2020-06-30 18:08:20 +00:00
2020-06-30 18:37:10 +00:00
[![Build Status](https://drone.autonomic.zone/api/badges/autonomic-cooperative/magic-app/status.svg)](https://drone.autonomic.zone/autonomic-cooperative/magic-app)
2020-06-30 18:29:57 +00:00
2020-06-30 18:08:20 +00:00
A swarm of dreams.
2020-06-30 18:28:47 +00:00
## Go Go Go No Docker
```bash
$ python3 -m venv .venv && source .venv/bin/activate
$ pip install -r requirements.txt
$ make python-run
2020-06-30 18:28:47 +00:00
```
## Go Go Go Yes Docker
```bash
$ make docker-build
$ make docker-run
2020-06-30 18:28:47 +00:00
```
2020-06-30 18:48:47 +00:00
## Go Go Go Yes Docker Compose
```bash
$ pip install "docker-compose>=1.26.0,<2"
$ make compose-run
```