Changes between Version 1 and Version 2 of OpenSpecimen HowTo Build from Source Code
- Timestamp:
- 06/14/16 09:12:43 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OpenSpecimen HowTo Build from Source Code
v1 v2 26 26 1. Download the source code from the [[https://github.com/krishagni/openspecimen.git|Open Specimen Github Repository]] - **Make sure to get the correct branch for the required version** 27 27 2. Edit the `build.properties` file with the correct values. Here are the values for the university LAMP servers. The other values not in this list can be deleted: 28 {{{29 #!j ava30 app_home = /local/openspecimen_{version_number}/app31 app_data_dir = /local/openspecimen_{version_number}/app/osdata32 datasource_jndi = java:/comp/env/jdbc/openspecimen33 deployment_type = upgrade34 database_type = mysql35 show_sql = false36 plugin_dir = /local/openspecimen_{version_number}/app/plugins37 }}}28 {{{ 29 #!js 30 app_home = /local/openspecimen_{version_number}/app 31 app_data_dir = /local/openspecimen_{version_number}/app/osdata 32 datasource_jndi = java:/comp/env/jdbc/openspecimen 33 deployment_type = upgrade 34 database_type = mysql 35 show_sql = false 36 plugin_dir = /local/openspecimen_{version_number}/app/plugins 37 }}} 38 38 3. `cd` into the `www` directory 39 39 4. Run the command `npm install`
