Skip to content

jsnhff/rhizome.org

 
 

Repository files navigation

Rhizome.org

Online since 1996.
Free and open-source software (FOSS) since 2014.

rationale

This document provides instructions for installing and running rhizome.org locally for development. Caveats: ArtBase, search and payment processing don't work locally. Powered by Django.

Install

$ git clone git@github.com:rhizomedotorg/rhizome.org.git

configure

$ cd path/to/rhizome.org/
$ cp rhizome/local_settings_example.py rhizome/local_settings.py

open local_settings.py and set SECRET_KEY to some string, (docs), may also want to change DATABASES configuration.

setup env

Install virtualenv (docs)

virtualenv venv
source venv/bin/activate

install dependencies

hold your breath!

pip install -r requirements.txt

load fixtures

sh sysop_roll_db.sh

ignore these errors:

Could not access or create artbase CouchDB database
Failed to install index for...

Usage

$ cd /path/to/rhizome.org
$ source venv/bin/activate
$ python manage.py runserver

navigate to http://localhost:8000

admin panel

http://localhost:8000/rza/
username: staffuser
password: 123

Documentation

(coming soon)

got a question? open an issue.
for support contact scott.meisburger@rhizome.org.

About

Contemporary art and technology, online since 1996.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published