Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gkushang/cukes
QA Hub
https://github.com/gkushang/cukes
Last synced: about 2 months ago
JSON representation
QA Hub
- Host: GitHub
- URL: https://github.com/gkushang/cukes
- Owner: gkushang
- Created: 2013-12-03T21:29:19.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2013-12-12T19:47:05.000Z (about 11 years ago)
- Last Synced: 2024-10-12T03:14:28.758Z (2 months ago)
- Language: Java
- Size: 781 KB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cukesRepo
=========
### Important
The prefered IDE is IntelliJ IDEA 12. Dependency and project setup sections are written for IDEA.
### Running the project
1. Click Run and then Edit Configurations…
2. Set the configuration name (e.g. CukesRepo) and tick the *Single instance only* checkbox
3. Add a *Make* configuration to the *Before launch* section
4. Under the Parameters tab
4.1. Set the Working directory path to your project's root directory
4.2. Populate the *Command line* text box with **jetty:run**
5. Under the Runner tab
5.1. Set the following VM Options:
-Djetty.port=[port]
-Denv.props.path=[tokens file path]
5.2. Set the JRE to v1.76. Save and run the configuration
### Running the project in EclipseIDE
1. Click Help and then Install New Software...
2. In the Work With field, enter http://run-jetty-run.googlecode.com/svn/trunk/updatesite
3. Select 'RunJettyRun' from the dialog box, and continue through installation steps
4. With the project loaded in Eclipse, right click on the project and select Run As/ Run Configuration...
5. Click the Add config button and select Jetty WebApp
6. In the Web Application section, input the port you wish to run on and populate the context field with '/'
7. In the JVM options, enter '-Denv.props.path=[path/to/your/]/local.properties
8. Click Run
9. In a browser, navigate to http://localhost:[port_from_step_6]/projects/ and you should see the projects page if everything is working properly