Login

Username

Password





Register   Reset password

Cuyahoga news

Web based installer in SVN

The work on the installers is finished and the code is in SVN. It would be nice if people give it a try and see if it works in their environment (especially Mono/MySQL).

To install a fresh Cuyahoga from SVN, take the following steps:

  • Checkout the latest sources from the Subversion (SVN) repository @ http://tijnthuus.demon.nl/svn/repos/cuyahoga/trunk. You'll need an SVN client for this like TortoiseSVN if you're on Windows.
  • Build the sources with VS.NET or with NAnt.
  • Create an empty database on you preferred RDBMS.
  • Configure the database connection in the web.config (nhibernate section) and point it to your newly created database.
  • Run!
To see the module installer in action, go to 'modules' in the site administration. There you can install the Downloads module (the others are installed with the core).

For the very brave of us: if you're running 0.8.2 you can deploy the files from the Web directory to your 0.8.2 installation after building and see what happens :).

9/15/2005 1:01:00 PM Published by Martijn Boland Category Cuyahoga Comments 0


Back