Skip to content

FUB-HCC/ACE-Research-Library

Repository files navigation

Build Status Coverage Status

ACE Research Library

Development Install

It should be sufficient to just run:

sudo aptitude install python3-dev libpq-dev g++ libxml2-dev libxslt1-dev
python3.4 bootstrap.py -c development.cfg
bin/buildout -c development.cfg

To collect the default static files(.css, .js, ...)

bin/django collectstatic

To setup the database:

sudo aptitude install postgresql postgresql-contrib
sudo -u postgres psql -f db_create.sql
bin/django migrate

Please install pylama, pyflakes, and pep8 on your computer to make sure your code is well readable:

pylama -l pep8,pyflakes researchlibrary

Staging/Production Deployment

Forthcoming.

Starting the Server

This project uses Supervisor. Start the server with:

supervisord

Restart with:

supervisorctl restart all

Tests

bin/django test researchlibrary

Documentation

To build:

cd docs/ && make html

To view, open /docs/html/index.html in a browser.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •