Skip to content
This repository has been archived by the owner on Feb 23, 2018. It is now read-only.

Commit

Permalink
#1 improve config docs to mention database setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-conway committed Oct 31, 2017
1 parent e1d6030 commit 023101b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ metalnx.properties is read from /etc/irods-ext/metalnx.properties during deploym
image thus expects that file to be mounted as a volume. See the metalnx.properties file in this
repository for a template for the /etc/irods-ext/metalnx.properties file expected by the application.

See the DEVELOPER-README.md and the README.md in the src/metalnx-tools for information on configuring the metalnx database.

## Web app theming and customization

By default, MetaLnx uses the resource support of Spring MVC, e.g. https://docs.spring.io/spring/docs/4.1.9.RELEASE/spring-framework-reference/html/mvc.html#mvc-config-static-resources.
Expand Down
8 changes: 8 additions & 0 deletions DEVELOPER-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,11 @@ and database are initially installed and configured, and the properties are all
correctly in settings.xml (be sure to activate the appropriate profiles in maven!) You should
get a clean build running the tests, and once maven has run to get the properties, running
unit tests in eclipse, etc should also work fine.

### Database Setup

Note that Metalnx needs its own database, and it needs to be initialized. The settings for this initialized
metalnx database are then reflected in the above metalnx profile.

This involves some plsql to create the database, and the running a tool to initialize or migrate the database.
This is covered in the README.md in the src/metalnx-tools subproject.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![Metalnx Logo](docs/IMAGES/mlx_logo_blue.png)

## Version: branch for issue13 (resource pipeline)
## Version: branch for issue15 (run versus mysql)
## Git Tag:
## Date: Oct 27, 2017

Expand Down

0 comments on commit 023101b

Please sign in to comment.