Quick Start
This guide will show you how to create a BioTestMine
InterMine instance. You will need all the dependencies listed in Software
Note Please see Tutorial, a detailed guide to integrating data with InterMine.
#
1. Get the softwareClone the repository
You now have an InterMine! This tutorial goes into detail about the various files that comprise an InterMine.
#
2. Add a mine properties fileYour InterMine uses a properties file for database usernames and passwords, let's create that file now.
Make an intermine directory in your home directory.
Copy the properties file from the git repository to your local InterMine directory.
Now update your new properties files with the values correct for your InterMine. Replace PSQL_USER and PSQL_PWD with your postgres username and password.
See Database and Web application for details on this file and what each property means.
#
3. Set up your search index (optional)Solr handles the keyword search in InterMine. See Solr for details on how to set Solr up for your mine.
If you skip this step, your mine will work fine but the keyword search will fail.
#
4. Build + deploy your webappNow run the build!
Your build (depending on your server) will take a few minutes to run.
#
Next stepsCongratulations! You now have an InterMine! Visit it at localhost:8080/biotestmine.
Next you will want to: