Skip to content

gojohnnygo/annotate

Repository files navigation

Annotate

Better annotations for video.

Team

  • Product Owner: Brant Choate
  • Scrum Master: Johnny Nguyen
  • Development Team Members: Zack Fischmann, Charlie Hwang, Johnny Nguyen, Brant Choate

Table of Contents

  1. Usage
  2. Requirements
  3. Development
  4. Installing Dependencies
  5. Setting Up Postgres
  6. Tasks
  7. Team
  8. Contributing

Usage

Some usage instructions

Requirements

  • Node 0.12.x
  • Postgresql 9.4.x

Development

Installing Dependencies

From within the root directory:

sudo npm install -g bower
npm install
bower install

Setting Up Postgres

To run the app, Postgres must be installed with proper role set up. Follow the directions below to set up the DB.

If Postgres is not Installed

  1. Install brew (http://brew.sh/)
  2. Then type command brew update.
  3. Then type command brew install postgres.

Run Postgres

  1. Install Postgres.app http://postgresapp.com/
  2. Open Postgres.app.

Set Up Root DB Role

  1. Type command psql.
  2. Will be in Postgres shell. Prompt should be =# (instead of $).
  3. Then type command CREATE ROLE root WITH LOGIN;
  4. Then type command ALTER ROLE root WITH SUPERUSER;
  5. Then type command ALTER ROLE root WITH CREATEROLE;
  6. Then type command ALTER ROLE root WITH CREATEDB;
  7. Then type command ALTER ROLE root WITH REPLICATION;

Roadmap

View the project roadmap here.

Contributing

See CONTRIBUTING.md for contribution guidelines.

About

Annotation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published