ATM it's just an overweight chat application. It's based on the ajax-chat example, but the current list of messages is stored in server memory, not on the client, and the users are stored in the database. To compile and use you also have to install TNTDB. Then bootstrap the database with bootstrap.sh, then compile the webapp dono.so using the makefile, then run with run.sh
I don't remember doing anything special to let my user create the database, but I may be wrong here. Just try to run bootstrap.sh and let me know how it goes. mihai On Tue, 04 May 2010 14:09:36 +0200 "Ralf M." <[email protected]> wrote: > Mihai Dragan wrote: > > You also have to install libtntnet-dev (all the compile tools and > > headers are there). > > The tntnet-demos contains the compiled demo applications. For > > applications that you develop, you will have to compile them > > yourself. > > > > (shameless self promotion:) For a cool Makefile and project > > structure (incremental compilations and no need to modify the > > makefile when adding new files) checkout dono.googlecode.com > > Thx Mihai, now it seems complete. > BTW, your project looks very interessting. To try it out > I even installed postgresSQL the first time here, > but the authentication stuff of postgresSQL seems to be a > little bit complicated; I'll need to do some reading first > (the following page seems to be informative: > http://www.debianhelp.co.uk/postgresql.htm ) > > > ------------------------------------------------------------------------------ > _______________________________________________ > Tntnet-general mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/tntnet-general ------------------------------------------------------------------------------ _______________________________________________ Tntnet-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tntnet-general
