aboutsummaryrefslogtreecommitdiff
path: root/README
blob: 52759c37cc99ffb4b27e8546e6d4d409b7491470 (plain)
1
2
3
4
5
6
7
8
9
10
11
Getting started
===============
1. git clone git+ssh://git@git.gentoo.org/proj/grumpy.git
2. cd grumpy
3. python3 -m venv venv
4. . venv/bin/activate
5. pip install -r requirements.txt
6. ./manage.py init
7. ./manage.py sync_gentoo
8. ./manage.py sync_versions
9. ./manage.py runserver