Giter VIP home page Giter VIP logo

apply2's Introduction

Apply2

Dependencies

  • TypeScript to build the client-side code (tested with version 0.9.0.1)
  • Mercurial to fetch Go dependencies
  • Go to build the server-side code (tested with version 1.0.3)
  • CouchDB to run the database server (tested with version 1.4.0)
  • Nginx to run the Web server (only required for deployment; tested with version 1.4.1)

MacOS X + Homebrew Development Instructions

Homebrew is a nice package manager that you can use to install most dependencies.

  • Install prerequisites:

    $ brew install npm go mercurial
    $ npm install -g [email protected]
    

    To run CouchDB, use the CouchDBX application. You could install CouchDB via Homebrew. But, that requires building Erlang, which takes a long time.

  • Fetch code and build:

      $ git clone https://github.com/plasma-umass/Apply2.git
      $ cd Apply2
      $ make
    
  • Create and run a sample department:

      $ ./apply2 newdept sample
      $ ./apply2 newreviewer scooby redbull64 "Scooby Doo"
      $ ./apply2 testserver
    
  • Visit http://localhost:8080/disembark.html using Firefox, Chrome, or Safari (Internet Explorer will not work).

Development Tips [FILL]

$ tsc --sourcemap --module amd -w disembark.ts

Deployment [FILL]

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.