Menu

Tree [r8] /
 History

HTTPS access


File Date Author Commit
 data 2007-08-09 pikeaero [r4]
 iceclient 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 icecrypt 2007-08-02 pikeaero [r1] Initial commit
 icedatabase 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 iceforms 2007-08-02 pikeaero [r1] Initial commit
 icegroupware 2007-08-02 pikeaero [r1] Initial commit
 icenetwork 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 iceserver 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 icesessionobject 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 icewidget 2007-08-02 pikeaero [r1] Initial commit
 splash 2007-08-02 pikeaero [r1] Initial commit
 sql 2007-08-02 pikeaero [r3] sql query scripts commit
 templates 2007-08-02 pikeaero [r1] Initial commit
 COPYING 2007-08-02 pikeaero [r1] Initial commit
 Doxyfile 2007-08-02 pikeaero [r1] Initial commit
 README 2007-08-02 pikeaero [r1] Initial commit
 TODO 2007-08-02 pikeaero [r1] Initial commit
 ice.kdevelop 2008-03-21 pikeaero [r8] Many updates to session object protocol, and pa...
 ice.kdevelop.pcs 2007-08-02 pikeaero [r1] Initial commit
 ice.kdevses 2007-08-02 pikeaero [r1] Initial commit
 ice.pro 2007-08-02 pikeaero [r1] Initial commit

Read Me

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".

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.