-
Notifications
You must be signed in to change notification settings - Fork 3
Jarvis collects information as we work at the SSF to help improve the way we teach ourselves, conduct online research. Jarvis also tracks progress on projects and checks for code quality to enable meritocracy at the SSF.
subutai-attic/jarvis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Jarvis Core -------------------------------------------------------------------------------- If you're reading this then you've created your new project using Maven and jarvis. You have only created the shell of an AppFuse Java EE application. The project object model (pom) is defined in the file pom.xml. The application is ready to run as a web application. The pom.xml file is pre-defined with Hibernate as a persistence model and Struts 2 as the web framework. To get started, please complete the following steps: 1. Download and install a MySQL 5.x database from http://dev.mysql.com/downloads/mysql/5.0.html#downloads. 2. According to jdbc.* properties in the pom.xml, create a database and grant permissions 3. Jarvis uses Atlassian Crowd SSO to authenticate users so we also need set up 'jarvis-test.critical-factor.com' point to localhost. Usually we can add it to /etc/hosts file. 4. Run "mvn jetty:run" and view the application at http://jarvis-test.critical-factor.com:8080. PS. to remotely debug jarvis instance set these parameters before your run above command linux: export MAVEN_OPTS="-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n" windows: set MAVEN_OPTS=-Xdebug -Xnoagent -Djava.compiler=NONE -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n 5. More information can be found at: http://appfuse.org/display/APF/AppFuse+QuickStart 6. Download and install Cassandra from http://cassandra.apache.org/download/ create keyspace named "jarvis"; create keyspace Jarvis with replication ={'class' : 'SimpleStrategy', 'replication_factor':3};
About
Jarvis collects information as we work at the SSF to help improve the way we teach ourselves, conduct online research. Jarvis also tracks progress on projects and checks for code quality to enable meritocracy at the SSF.
Resources
Stars
Watchers
Forks
Packages 0
No packages published