Saturday, 3 October 2009

Flux.NET quick start package released

As promised, I've just wrapped up the content of my previous post, with some extras to produce a FLUX.NET quick start package. You can get it now on codeplex : http://flux.codeplex.com/Release/ProjectReleases.aspx?ReleaseId=26826#DownloadId=86138

To use it:

  1. Unzip the distribution into a folder on disk
  2. Create an application in IIS that maps to this folder (To work out of the box, the application should be hosted on localhost. If it isn’t, you will need to update the domain mappings in the website mapping tool in flux.)
  3. Create an SQL database called FluxStarterKit (You can actually call it whatever you like but you must change the connection strings in /settings/flux.config)
  4. Execute /documentation/flux.startup.sql against the SQL database

That’s it.

To view the website:

  1. Navigate to the IIS website you created above

To open the admin tool:

  1. Navigate to the IIS website you created above + /admin
  2. Login as admin@fluxcms.co.uk with a password of password

No comments:

Post a Comment