--------------------------------------------------------------------------------------------- Installation has successfully completed! --------------------------------------------------------------------------------------------- SimpleGroupware is now installed in documentoroot: %%WWWDIR%%. 1) Create user and MySQL database: mysql -u root -p'your_root_password' create database simplegroupware; create user 'simplegroupware'@'localhost' identified by 'your_password'; grant all privileges on simplegroupware.* to 'simplegroupware'@'localhost' identified by 'your_password'; Now you can try http://your-server/simplegroupware and setup your database. ---------------------------------------------------------------------------------------------