Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jelle van der Waa
Archweb
Commits
0207ba60
Commit
0207ba60
authored
Oct 10, 2008
by
Dusty Phillips
Browse files
update documentation
parent
13d730ab
Changes
3
Hide whitespace changes
Inline
Side-by-side
AUTHORS
View file @
0207ba60
# AUTHORS
# CURRENT MAINTAINER
Dusty Phillips <dusty@archlinux.org>
# OTHER AUTHORS
Judd Vinet <judd@archlinux.org>
Simo Leone <simo@archlinux.org>
eliott <eliott@cactuswax.net>
Dan McGee <dan@archlinux.org>
Thayer Williams <thayerw@gmail.com>
Dusty Phillips <dusty@archlinux.org>
HACKING
View file @
0207ba60
...
...
@@ -10,7 +10,7 @@ Coding Style
2. Recommend removing trailing whitespace. Here is an example for .vimrc
autocmd BufWritePre *.py normal m`:%s/\s\+$//e ``
3. Wrap lines at 80 characters MAXIMUM
vim: set ai ts=4 sw=4 et:
README
View file @
0207ba60
...
...
@@ -7,7 +7,7 @@
# Dependencies
- python
- mysql-python or python-pysqlite
- Django =
0.96
- Django =
1.0
# Installation
For a simple testing installation:
...
...
@@ -27,3 +27,9 @@ For a simple testing installation:
5. Use the following commands to start a service instance
$ python manage.py runserver
6. To optionally populate the database with real data:
$ wget ftp://ftp.archlinux.org/core/os/i686/core.db.tar.gz
$ scripts/reporead.py i686 ./core.db.tar.gz
(alter architecture and repo to get x86_64 and extra packages if needed)
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