Changes

Jump to navigation Jump to search
776 bytes added ,  10:19, 6 September 2007
Line 125: Line 125:  
  mv /usr/local/src/metadot7/ /opt/metadot7/
 
  mv /usr/local/src/metadot7/ /opt/metadot7/
   −
   
+
  == Database Setup ==
    +
mysqladmin create mwiki
    +
mysql -e "grant all privileges on mwiki.* to mwikiuser@localhost identified by 'mwikipass'"
 +
 +
mysqladmin create mwiki_development
 +
 +
mysql -e "grant all privileges on mwiki_development.* to mwikiuser@localhost identified by 'mwikipass'"
 +
 +
mysqladmin create mwiki_production
 +
 +
mysql -e "grant all privileges on mwiki_production.* to mwikiuser@localhost identified by 'mwikipass'"
 +
 +
mysqladmin create mwiki_test
 +
 +
mysql -e "grant all privileges on mwiki_test.* to mwikiuser@localhost identified by 'mwikipass'"
 +
 +
== Install Metadot 7 ==
 +
 +
./install --no-tests mwiki mwikiuser mwikipass
 +
 +
cd /opt/metadot7/metadot-rails
 +
 +
ruby script/server
 +
 +
go to http://192.168.1.1:3000/
 +
 +
Initial login:
 +
 +
email: admin@yoursite.com
 +
password: admin123
     
276

edits

Navigation menu