Skip to content

Commit

Permalink
'Moved' from Wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
rladines committed Oct 1, 2015
1 parent 298166f commit ffbce3b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/Build Procedures.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
### Download OpenGrid Service Template code
<pre>
git clone https://github.com/Chicago/opengrid-svc-template.git
</pre>

### Install Dependencies
Install [maven](https://maven.apache.org/install.html).

### Customize/Configure
Edit Mongo settings in `./opengridservice/src/main/resources/config/application.properties`. *Add instructions later to initialize test Mongo database*

### Run Maven Tasks
<pre>
cd opengrid-svc-template/opengridservice
mvn clean
mvn test
mvn package
</pre>
### Deploy
Deploy packaged war file in *target* folder into your application server.

0 comments on commit ffbce3b

Please sign in to comment.