maven.repo.remote = http://www.ibiblio.org/maven/,http://cvs.sakaiproject.org/maven/ maven.tomcat.home = c:/Tomcat/ |
maven clean_env |
maven maven reg maven conf_db maven tomcat_context_windows |
Don't delete all the files before copying – some files are placed here by maven in the previous step which are not included in the copy set. |
mysql> create database sakai default character set utf8; mysql> grant all on sakai.* to sakaiuser@'localhost' identified by 'sakaipassword'; mysql> grant all on sakai.* to sakaiuser@'127.0.0.1' identified by 'sakaipassword'; |
mysql -u sakaiuser -p sakai < all.sql |
maven maven reg |
<prop key="hibernate.dialect">net.sf.hibernate.dialect.MySQLDialect</prop> |
maven maven reg |
Glen Golden has documented the changes necessary over in sakai-user