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.
Iet uz failu
c v t efc3c98ba4
continuous-integration/drone/push Build is passing Papildu informācija
Templates using Picnic
2020-07-05 17:33:29 +02:00
magic_app Templates using Picnic 2020-07-05 17:33:29 +02:00
scripts Templates using Picnic 2020-07-05 17:33:29 +02:00
spikes Merge branch 'master' of ssh://git.autonomic.zone:2222/autonomic-cooperative/magic-app 2020-07-05 14:34:03 +02:00
test Convert to a django-list structure 2020-07-04 13:12:31 +02:00
.drone.yml CI, celery, compose setup, hackity hack hack 2020-07-05 01:21:17 +02:00
.envrc.sample Try and tuck away more files 2020-07-05 03:19:38 +02:00
.gitignore Templates using Picnic 2020-07-05 17:33:29 +02:00
Dockerfile Remove CELERY_USER logic, unused now 2020-07-05 03:24:12 +02:00
LICENSE Convert to a django-list structure 2020-07-04 13:12:31 +02:00
README.md Stay in the $CWD 2020-07-05 03:20:43 +02:00
docker-compose.yml Try and tuck away more files 2020-07-05 03:19:38 +02:00
poetry.lock Convert to a django-list structure 2020-07-04 13:12:31 +02:00
pyproject.toml Squeeze all files into pyproject 2020-07-05 03:11:22 +02:00

README.md

magic-app

Build Status

A swarm of dreams.

Development

$ git clone https://git.autonomic.zone/autonomic-cooperative/magic-app
$ cd magic-app

Docker Way

$ docker-compose up

Manual Way

$ python3 -m pip install --user pipx
$ pipx install poetry
$ poetry install
$ cp .envrc.sample .envrc
$ direnv allow
$ poetry run flask run