aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 11 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..091eb72
--- /dev/null
+++ b/README
@@ -0,0 +1,11 @@
+Getting started
+===============
+1. git clone git+ssh://git@git.gentoo.org/proj/grumpy.git
+2. cd grumpy
+3. virtualenv --python=python3 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