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
bc98c606
Commit
bc98c606
authored
Aug 21, 2017
by
Enrico Zini
Browse files
Updated README after porting to python3 and stretch
parent
89c16ce6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
bc98c606
...
...
@@ -4,26 +4,9 @@ Debian NM Front Desk web application
## Running this code on your own machine
### Dependencies
apt-get install python-markdown python-ldap python-psycopg2 python-xapian \
python-django python-django-housekeeping \
python-debian python-debiancontributors
#### django-housekeeping
The ‘python-django-housekeeping’ package is not available in Debian
earlier than Debian Stretch. If you are deploying to a machine running
Debian earlier than Stretch, use the following procedure:
# https://github.com/spanezz/django-housekeeping
git clone https://github.com/spanezz/django-housekeeping
(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 binary
# install the package
dpkg -i ../python-django-housekeeping_0.1-1_all.deb
apt-get install python3-markdown python3-ldap python3-psycopg2 python3-xapian \
python3-django python3-django-housekeeping \
python3-debian python3-debiancontributors
### Configuration
...
...
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