Hi, On 27 March 2013 22:32, Reza <[email protected]> wrote:
To set this up: > On Ubuntu 12.10: sudo apt-get install mysql-server mysql-client-core-5.5 sudo add-apt-repository ppa:webupd8team/java sudo apt-get update && sudo apt-get upgrade sudo apt-get install oracle-java7-installer Download Tomcat 7 from http://tomcat.apache.org/download-70.cgi and unarchive -untar the attachment > -run: mvn package > -execute: devicemapweb/src/main/config/createDB.sql, this will create a > user and a database > cd devicemapweb mysql -u root -p < src/main/config/createDB.sql > -deploy: target/devicemapweb.war into tomcat6/7 (I tested with tomcat7) > cp target/devicemapweb.war ../apache-tomcat-7.0.39/webapps/ Start tomcat > -browser url: http://[tomcathost]/devicemapweb/review > Tested locally, it works. Bertrand, if you give me (sudo) access to the vm, I can install. Thanks Andrew. -- [email protected] / [email protected] http://www.andrewsavory.com/
