Prerequisites for installation of Atomic CMS
To install Atomic CMS you need as minimum:
- ASP.NET hosting with IIS 7.0 installed
- IIS 7.0 must be configured to use integrated mode
- Microsoft SQL Express Database 2005
Installation guide for Atomic CMS
- Create new database in SQL Server Management studio

- Type database name and save it

- Open "New Query" window

- Copy in query window content of file with installation script for database

- Execute script. It should be success message after installation is done.

- Create new login for access database. But if you are going to use Windows Authentication instead of SQL Server Authentication, skip next questions

- Type login name and default database name

- Select user mapping

- Add new website in IIS 7 manager

- Create new folder for Atomic CMS

- Extract Atomic CMS files in this folder

- Edit connection string in web.config file

- Complite creating website

- Start application in Internet explorer and now it should work

|