+----------------------------------------------------------------+ | Notes taken by jchatigny during installation of bioportal core | | | | See also: INSTALL-PREREQUISITES.txt | +----------------------------------------------------------------+ > cd ~/project/svn/trunk/bioportal_core/db/sql +-----------------------------------------------------------------+ | Edited bioportal_db.sql to add openId column to ncbo_user table | | - see line 155: | | `openId` varchar(128) default NULL | +-----------------------------------------------------------------+ +-----------------------------------------------------------------+ | Added new file (core_install.sql) which can be sourced rather | | than typing all of the MySQL commands in by hand | | | | (Simply automates the steps listed in the install instructions) | +-----------------------------------------------------------------+ > mysql --user=root --password=******** mysql> source core_install.sql mysql> exit +-----------------------------------------------------+ | Created new directories for bioportal resources. | | One each for our shared and private tomcat configs: | | ~/project/bioportal_resources/shared | | ~/project/bioportal_resources/private | +-----------------------------------------------------+ +-----------------------------------------------------+ | Created new directories for bioportal logs. | | One each for our shared and private tomcat configs: | | ~/project/bioportal_logs/shared | | ~/project/bioportal_logs/private | +-----------------------------------------------------+ +------------------------------------------------+ | Copied build.properties.sample to: | | - build.properties.shared_tomcat | | - build.properties.private_tomcat | | | | And customized as per the instructions | | | | Copied the private version to build.properties | +------------------------------------------------+ > ant clean deploywar +---------------------------------------------+ | The core is now up and running on port 8086 | +---------------------------------------------+