Gitorious is canonical location, not Github.
This commit is contained in:
parent
3bda2b0789
commit
037c2e5447
1 changed files with 14 additions and 5 deletions
19
README.md
19
README.md
|
@ -1,5 +1,14 @@
|
||||||
SERVER CONFIGURATION
|
Contributing
|
||||||
====================
|
============
|
||||||
|
|
||||||
|
The canonical location for this repository is
|
||||||
|
[on Gitorious](https://gitorious.org/conservancy/website). Copies of this
|
||||||
|
repository elsewhere, such as Github, are for backup purposes only. If you
|
||||||
|
have contributions, submit them on Gitorious.
|
||||||
|
|
||||||
|
|
||||||
|
Server Configuration
|
||||||
|
====================
|
||||||
|
|
||||||
conservancy's webserver runs on a machine called
|
conservancy's webserver runs on a machine called
|
||||||
dogwood.sfconservancy.org, which is a standard Debian installation.
|
dogwood.sfconservancy.org, which is a standard Debian installation.
|
||||||
|
@ -7,12 +16,12 @@ dogwood.sfconservancy.org, which is a standard Debian installation.
|
||||||
The following packages are installed to make Django and Apache work on a
|
The following packages are installed to make Django and Apache work on a
|
||||||
squeeze install:
|
squeeze install:
|
||||||
|
|
||||||
$ aptitude install python-django apache2 sqlite3 python2.5-sqlite libapache2-mod-python
|
$ aptitude install python-django apache2 sqlite3 python2.5-sqlite libapache2-mod-python
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
DJANGO SETUP
|
Django Setup
|
||||||
============
|
============
|
||||||
|
|
||||||
0. Make sure the Python module 'djangopw', with the global variable
|
0. Make sure the Python module 'djangopw', with the global variable
|
||||||
'djangoadmin_password' is somewhere importable in the default
|
'djangoadmin_password' is somewhere importable in the default
|
||||||
|
|
Loading…
Reference in a new issue