ICE Integrated Collaborative Environment Code
Status: Pre-Alpha
Brought to you by:
pikeaero
Basic instructions for source distro (alpha). Build $ cd <path-to-src> $ ./configure $ make Install 1) run "sudo cp bin/rms* /usr/local/bin/" 2) Create a mysql database called 'rms' on some server, let's say 'localhost'. 3) Assign a mysql login/password to the new 'rms' database, let's say login='rms' password='rms'. 4) Assign "create/drop" privilages to mysql 'rms' login. Run 1) Run "rmsd --sqltype=QMYSQL --sqlserver=localhost --sqldatabase=rms --sqluser=rms --sqlpassword=rms" # tables in rms database should have been created without error. 2) Next time, just run "rmsd" as the settings are persistent. 3) Run 'rms' client and point to "rms://localhost".