Changes between Version 21 and Version 22 of SORTA
- Timestamp:
- 2016-08-09T10:44:15+02:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SORTA
v21 v22 34 34 [[BR]] 35 35 36 '''Step 4 - configure tomcat 7'''[[BR]] 36 '''Step 4 - configure MySQL''' 37 * Open terminal and start mysql client (command differs in Windows, Linux, Mac): 38 {{{ 39 /usr/local/mysql/bin/mysql -u root 40 }}} 41 * In MySQL client create database and permissions via command: 42 {{{ 43 create database sorta; 44 grant all privileges on sorta.* to molgenis@localhost identified by 'molgenis'; 45 flush privileges; 46 }}} 47 48 49 50 [[BR]] 51 '''Step 6 - configure tomcat 7'''[[BR]] 37 52 * Create a file called setenv.sh in apache-tomcat-7.[version.number]/bin/ 38 53 * Add the configuration to the file, such as this example: … … 44 59 45 60 [[BR]] 46 '''Step 5- deploy SORTA in tomcat 7'''[[BR]]61 '''Step 7 - deploy SORTA in tomcat 7'''[[BR]] 47 62 * Unzip apache-tomcat-7.[version.number].tar.gz 48 63 * Move SORTA.war to apache-tomcat-7.[version.number]/webapps/