GithubHelp home page GithubHelp logo

pombredanne / unisubs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from australiandisabilitylimited/unisubs

1.0 1.0 0.0 68.63 MB

Universal Subtitles

Home Page: http://universalsubtitles.org

License: GNU Affero General Public License v3.0

unisubs's Introduction

This repository is the code for the Universal Subtitles project.

The full documentation can be found at http://dev.universalsubtitles.org/site-docs/.

Quick Start

To run the development version:

  1. Git clone the repository:

     git clone git://github.com/pculture/unisubs.git unisubs
    

    Now the entire project will be in the unisubs directory.

  2. Install VirtualBox if you don't have it yet. Then type:

     vagrant up
    

    This is going to create a vm and provision it. It should take 10-15 minutes. Remember what mom said: a watched pot never boils.

  3. Switch over to your vagrant vm with:

     vagrant ssh
    

    Then run following commands:

     cd /opt/unisubs
     source venv/bin/activate
     python manage.py syncdb --all --settings=dev_settings
     python manage.py migrate --fake --settings=dev_settings
     sudo ./deploy/update_solr_schema_vagrant.sh
    
  4. Add unisubs.example.com to your hosts file, pointing at 127.0.0.1. This is necessary for Twitter and Facebook oauth to work correctly.

  5. In your vagrant vm (the one you switched to in step 3), run the site with:

     ./dev-runserver.sh
    

    You can access the site at http://unisubs.example.com:8000.

unisubs's People

Contributors

aduston avatar alerion avatar bcinman avatar clankstar avatar crodjer avatar cz avatar deanjansen avatar edo79zg avatar felipesanches avatar guillaumevidal avatar hoandesign avatar irvdel avatar joedeveloper avatar kimkha avatar kissaki avatar mattdetails avatar mikhd002 avatar morganknutson avatar nagyb avatar natanael90 avatar rz avatar sjl avatar spade6179 avatar suzanshakya avatar tailszefox avatar unisubs-transifex avatar veeven avatar wandernauta avatar zaksoup avatar

Stargazers

 avatar

Watchers

 avatar

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.