Skip to content

cos-labs/osfpages-service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

alt text OSFPages (service)

OSF Pages is an Open Science Framework (OSF) addon and website builder that helps OSF users build beautiful websites very quickly using their existing project details. OSF Pages doesn't need additional hosting or management and it's free and open source.

Prerequisites

You will need the following things properly installed on your computer.

Installation

Get the code:

$ git clone https://github.com/cos-labs/osfpages-service.git
$ cd osfpages-service

#### Install Dependencies:

Setting up a virtual environment for Python 3 is recommended.

$ pyenv virtualenv 3.6.0 osfpages-service
$ pip install -r requirements.txt

Set Up Postgres:

OSX
$ brew install postgres
$ createdb
$ brew services postgres start

Running Tests

  • python manage.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages