Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 918 Bytes

README.md

File metadata and controls

50 lines (32 loc) · 918 Bytes
Atena Saotome

Atena

A place for dropping a build artifact from CI pipelines

This project design for self-hosted to store build artifact from CI pipelines more properly and can control the artifact access more than GitHub Action give.

Start developing atena

This project required

Copy .env.example to .env and fill the value

cat .env.example > .env

Install dependencies

poetry install

Migrate database

poetry run python manage.py migrate

Run server

poetry run python manage.py runserver

If you want to stay in the poetry shell, you can run

poetry shell

License

This project is licensed under the MIT License - see the LICENSE file for details