Skip to content

CenterForOpenScience/osf-meetings

Repository files navigation

Osf-meetings

This README outlines the details of collaborating on this Ember application. A short introduction of this app could easily go here.

Prerequisites

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

Installation

Setup

  1. pip install -r requirements.txt
  2. cd <to-meetings-folder>
  3. run the bash script with ./script.sh. Passing in a number will create randomly generated test data into the database. i.e. running ./script.sh 500 will create the database with 500 preloaded conferences.
  4. Visit the Django REST API interface at http://localhost:8000.
  5. Visit the API docs at http://localhost:8000/docs/.

Running Ember APP / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links