Git Product home page Git Product logo

proctor-webapp's Introduction

Proctor

Proctor-Webapp is a Java web application that uses the Proctor-Webapp-Library to manipulate and view Proctor definitions.

Features:

  • Create/View/Edit/Delete Proctor definitions
  • View commit history of Proctor definitions in trunk, qa, and production.
  • Promote Proctor definitions from trunk -> qa/production, or qa -> production

Requirements

Deployment

  1. Use git to clone https://github.com/indeedeng/proctor-webapp, and run mvn package to build.

  2. Set up configuration (see below).

  3. Start the webapp runner. NOTE: The config.dir java variable is set to the example-apache-config, you will still need to update proctor-config.properties with the appropriate credentials:

    java -Dconfig.dir="$PWD/example-apache-config"  -jar target/dependency/webapp-runner.jar --context-xml example-apache-config/proctor-webapp.xml --expand-war target/proctor-webapp-1.0.0-SNAPSHOT.war

Configuration

Two configuration files need to be provided to run Proctor-Webapp properly. The properties have the recommended values below.

  1. ${config.dir}/proctor-config.properties

    scm.path=https://YOURSVN.com/svn/repos/proctor-data/
    scm.login=REPLACE_WITH_USER
    scm.password=REPLACE_WITH_PASS
  2. ${config.dir}/proctor-webapp.xml

    <Context debug="5" reloadable="true" crossContext="true">
        <Parameter name="contextConfigLocation" value="/WEB-INF/spring/applicationContext.xml" override="false"/>
        <Parameter name="propertyPlaceholderResourceLocation" value="file://${config.dir}/proctor-config.properties" override="false"/>
    </Context>
    

Discussion

Join the indeedeng-proctor-users mailing list to ask questions and discuss use of Proctor-Webapp and/or Proctor.

Contributing

License

Apache License Version 2.0

proctor-webapp's People

Contributors

chriscolon avatar parker avatar

Watchers

Anton Ignatov avatar  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.