Skip to content
This repository was archived by the owner on Dec 18, 2025. It is now read-only.

RIT-EVT/LEGACY-adminapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RIT EVT Admin App

Depdencies:

  • MongoDB 3.2+
  • Firefox 48+
  • geckodriver 11.0+
  • Xvfb

The easiest way to get MongoDB is to just run it in a docker container and setup the correct ports. For example:

docker run --name admin-app -p 27017:27017 -d mongo

Make sure geckodriver is in your PATH environment variable.

To build:

gradle build

A few things need to be done before the app can be run:

export EVTPASS=<enter evt wiki password here>
gradle setup

To run:

gradle runApp

To use:

  • Open a browser and navigate to localhost:8080/api/task. A Firefox window will pop up, automatically navigate to the member add webpage, and take a screenshot and download it (in the browser used to navigate to the endpoint)

Notes:

  • This is a work in progress! Things are very rough now.

About

Archived code from old EVT Bitbucket.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published