Changes between Version 1 and Version 2 of OpenSpecimen HowTo Build from Source Code


Ignore:
Timestamp:
06/14/16 09:12:43 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OpenSpecimen HowTo Build from Source Code

    v1 v2  
    26261. 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**
    27272. 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 #!java
    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     }}}
     28{{{
     29#!js
     30app_home = /local/openspecimen_{version_number}/app
     31app_data_dir = /local/openspecimen_{version_number}/app/osdata
     32datasource_jndi = java:/comp/env/jdbc/openspecimen
     33deployment_type = upgrade
     34database_type = mysql
     35show_sql = false
     36plugin_dir = /local/openspecimen_{version_number}/app/plugins
     37}}}
    38383. `cd` into the `www` directory
    39394. Run the command `npm install`