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:
- Unzip the distribution into a folder on disk
- 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.)
- 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)
- Execute /documentation/flux.startup.sql against the SQL database
That’s it.
To view the website:
- Navigate to the IIS website you created above
To open the admin tool:
- Navigate to the IIS website you created above + /admin
- Login as admin@fluxcms.co.uk with a password of password
No comments:
Post a Comment