Subversion Repositories oidplus

Rev

Rev 1207 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1207 Rev 1219
Line 92... Line 92...
92
 
92
 
93
Open in browser: http://192.168.75.134/oidplus and follow the instructions (change the IP address to the one of your system)
93
Open in browser: http://192.168.75.134/oidplus and follow the instructions (change the IP address to the one of your system)
94
 
94
 
95
Initialize database (use the command line string that was generated by setup! This is just an example!)
95
Initialize database (use the command line string that was generated by setup! This is just an example!)
96
 
96
 
97
    curl -s "http://192.168.75.134/oidplus/setup/struct_empty.sql.php?plugin=mysql&prefix=oidplus_&database=oidplus&slang=mysql" | mysql -u root -p
97
    curl -s "http://192.168.75.134/oidplus/setup/struct_empty.sql.php?prefix=oidplus_&database=oidplus&slang=mysql" | mysql -u root -p
98
 
98
 
99
Add configuration file generated by setup
99
Add configuration file generated by setup
100
 
100
 
101
    vi /var/www/localhost/htdocs/oidplus/userdata/baseconfig/config.inc.php
101
    vi /var/www/localhost/htdocs/oidplus/userdata/baseconfig/config.inc.php