Giter VIP home page Giter VIP logo

oppia's Introduction

************************************
INSTALLATION
************************************

Please refer to https://code.google.com/p/oppia/wiki/GettingStarted for extensive installation instructions. Here is just a short summary for developers who would like to contribute:

First, clone the Oppia repo. We suggest you make a directory called opensource/ within your home folder (mkdir opensource). Then do

     cd opensource/

and inside there, follow the instructions at the bottom of this page

    https://code.google.com/p/oppia/source/clones

to make your own copy of the Oppia repo on the code.google.com server. This means you will now have a separate repo (say oppia-yourname). You can make any changes you like to this test repo, and they will not affect the original repo (unless you try and push them to the main repo later).

Now go to the code.google.com page for your repo and git clone it to your own computer. The instructions are at

    https://code.google.com/r/[YOUR_REPO_NAME]/source/checkout

We suggest you follow the method using .netrc, since it is more convenient. After editing your ~/.netrc file, run

    git clone https://code.google.com/r/[YOUR_REPO_NAME]/

You might have to change the name of the downloaded directory to oppia,

    mv [YOUR_REPO_NAME] oppia

Then, navigate to oppia/ and install Oppia with

    bash scripts/start.sh

************************************
TESTING THE INSTALLATION
************************************

Run `bash scripts/test.sh' and `bash scripts/run_js_tests.sh' from the oppia/ folder.


************************************
TROUBLESHOOTING
************************************

Q: What should I do if I get a error like this when running start.sh?

ERROR: cannot verify github.com's certificate, issued by `/C=US/O=DigiCert Inc/OU=www.digicert.com/CN=DigiCert High Assurance EV CA-1':
  Unable to locally verify the issuer's authority.
To connect to github.com insecurely, use `--no-check-certificate'.

A: Open scripts/install_third_party.sh with your favorite text editor and replace
`wget' by `wget --no-check-certificate' everywhere. Then run `bash scripts/start.sh' again.

oppia's People

Contributors

seanlip avatar sfederwisch avatar kashida avatar sunu avatar kojiashida avatar jacobdavis11 avatar samaratrilling avatar aldeka avatar mschmittfull avatar michaelwagner avatar

Stargazers

Riadh Mankai avatar Reshad Noorzay avatar  avatar  avatar

Watchers

 avatar James Cloos avatar Riadh Mankai 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.