Skip to content

Commit

Permalink
Update index.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
Julie Sullivan committed Jul 25, 2019
1 parent b8f8114 commit 31197ce
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/database/data-sources/custom/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -329,8 +329,22 @@ Within the `src/main/resources` directory is a file called `new-source_keys.prop
See :doc:`/database/database-building/model-merging/`

6. Build your JAR and put on the classpath
----------------------------------------------

Now your code is ready, compile it, build a JAR and put on the classpath with this command:

.. code-block:: bash
./gradlew install
6. Run a build and load your data!
See the "Version" section above for how to properly version your JAR.

.. note::

This JAR is now on your classpath. If you make changes, you will want to run this command again.

7. Run a build and load your data!
----------------------------------------------

Once you've updated the config files, and written your parser (if necessary), create the database as usual. The source should now be included when building the mine.
Expand Down

0 comments on commit 31197ce

Please sign in to comment.