Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
nm.debian.org
Commits
1af699d1
Commit
1af699d1
authored
Jun 12, 2015
by
Gianfranco Costamagna
Committed by
Enrico Zini
Jun 13, 2015
Browse files
Fix documentation file
parent
3875f5c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
1af699d1
...
...
@@ -12,6 +12,12 @@ Debian NM Front Desk web application
(you can either build the package from it or symlink the module directory
into the contributors.debian.org sources)
# build the package
fakeroot debian/rules clean build install binary
# install the package
dpkg -i ../python3-django-housekeeping_0.1-1_all.deb ../python-django-housekeeping_0.1-1_all.deb
# https://github.com/jsocol/django-ratelimit
git clone https://github.com/jsocol/django-ratelimit.git
(you can either build the package from it or symlink the module directory
...
...
@@ -22,13 +28,15 @@ Debian NM Front Desk web application
### Configuration
cd nm2
mkdir data # required by default settings
cd nm2
ln -s local_settings.py.devel local_settings.py
edit local_settings.py as needed
### First setup
./manage.py
syncdb --
migrate
./manage.py migrate
### Fill in data
Visit https://nm.debian.org/am/db-export to download nm-mock.json; for privacy,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment