Changeset - 037c2e5447cf
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2014-12-05 15:18:17
bkuhn@ebb.org
Gitorious is canonical location, not Github.
1 file changed with 14 insertions and 5 deletions:
README.md
14
5
0 comments (0 inline, 0 general)
README.md
Show inline comments
 
                           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
 
dogwood.sfconservancy.org, which is a standard Debian installation.
 

	
 
The following packages are installed to make Django and Apache work on a
 
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
 
   'djangoadmin_password' is somewhere importable in the default
 
   PYTHON_PATH.
0 comments (0 inline, 0 general)