Giter VIP home page Giter VIP logo

seatr's Introduction

Student Embedded Assessment and Task Recommender

Prerequisites

  • Java 1.7
  • Eclipse (Mars)
  • Maven (eclipse plugin)
  • Tomcat server (version 8)
  • JMeter 2.13

Development

Connect to Server by PuTTY

  • In Session-Host Name: [email protected]
  • In Connection-SSH-Auth: load the private key, which is the ".ppk" file. The file can be generated by PuTTYgen with the amazon provided private key.

Server (Ubuntu)

  • Install git - sudo apt-get install git
  • Install maven - sudo apt-get install maven
  • Checkout the project from git: git clone https://github.com/vanlehn/seatr.git
  • Edit the params.cfg (configuration file) - don't leave anything empty
  • execute the following command from project's home sudo bash deploy.sh
  • Basically, this script copies the newly generated war file onto the tomcat webapps location (sudo to get permissions to copy)

JMeter

  • JMeter tests cases for testing on aws ec2 server can be found at jmeter/tests/aws_ec2/.

  • JMeter tests cases for testing on local server can be found at jmeter/tests/local/.

  • The output of the testc can be found at jmeter/log/.

  • The tests can either be run using the JMeter GUI or on Command Line.

    JMeter GUI

  • Windows: In apache-jmeter-2.13\bin\ folder open JMeter.bat to access the JMeter GUI.

  • Linux: Browse to apache-jmeter-2.13\bin\ folder using terminal then type "sh jmeter" to open the JMeter GUI.

  • Click on the file button(top left corner of Menu bar) and then click on open and browse the test case.

  • Now run the test using the Run button(centre of Menu bar) and then click on start.

    Command Line
    jmeter -n -t "testcase location" "output log file location"
    eg. jmeter -n -t ../../Test_Plan1.jmx -l ../../log.jtl

MongoDB

  • Location of the configuration file: /etc/mongo.conf
    bindIp is comment out to allow any computers to connect to the server.

Apache Log4j

  • Log files can be found in tomcat/logs/seatr.log

seatr's People

Contributors

dikshayp avatar yeskarthik avatar lzhang90 avatar dikshay avatar vanlehn avatar

Watchers

James Cloos avatar Lakshmisagar Kusnoor 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.