Skip to content

Commit

Permalink
add to index
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-sullivan committed Jun 28, 2019
1 parent f0f3201 commit 01c3fb4
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/get-started/create-your-mine.rst
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,15 @@ If you skip this step, your mine will work fine but the keyword search will fail

Now run the build!

::

# download the script
~/git/tigermine $ wget https://raw.githubusercontent.com/intermine/intermine-scripts/master/project_build
# make executable
~/git/tigermine $ chmod +x project_build

Run the `project_build` script from your `biotestmine` directory:

::

~/git/tigermine $ ./project_build localhost /data/tigermine-build
Expand All @@ -135,8 +144,9 @@ Deploy your webapp. Make sure tomcat is running.

::

# deploy your webapp to tomcat
~/git/tigermine $ ./gradlew cargoDeployRemote
# if you have already deployed once, you will want to
# if you have already deployed once, you will want to run this command instead:
~/git/tigermine $ ./gradlew cargoRedeployRemote

See :doc:`/system-requirements/software/gradle/index` for more on Gradle.
Expand Down

0 comments on commit 01c3fb4

Please sign in to comment.