Giter Club home page Giter Club logo

Project Vinyl: Premium Pony Tunes

Project Vinyl is a rails-hosted video streaming platform.

Built using Ruby on Rails and PostgreSQL.

Version Information

Ruby: 2.6.3
Rails: 5.1.6.2
Elasticsearch: 6.8.0
Postgres: 12

Setup

Presequisites

  • Docker (apt-get install docker)
  • Docker Compose (apt-get install docker-compose)
git clone [email protected]:ProjectVinyl/ProjectVinyl.git
cd ProjectVinyl
./ducker compose

Docker

Developing with project vinyl is (somewhat) easy. Simply run ./ducker compose and the project and its dependencies will be built and deployed.

The included docker image includes:

  • Project Vinyl itself (git directory mounted inside container) (localhost:8080)
  • postgres-12
  • elasticsearch
  • redis

Note:

On the first run you may need to manually load the database.
This can be done by logging into the projectvinyl container and running `rails db:create`
and `rails db:schema:load` which will give you a basic starting database.

./ducker shell projectvinyl-app-1
  projectvinyl:~/ProjectVinyl$ eval "$(rbenv init - bash)"
  projectvinyl:~/ProjectVinyl$ rails db:create
  projectvinyl:~/ProjectVinyl$ rails db:schema:load

Project Vinyl's Projects

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.