Skip to content

mattjuffs/slickcms

Repository files navigation

SlickCMS

A Blog/CMS inspired by WordPress, built using ASP.NET MVC and SQL Server

Releases

v1.0 is available now! This incorporates everything from the Beta milestone. The database is populated with old Posts and Comments from the original Slickhouse.com blog.

Requirements

IIS with support for .NET Core 3.0 required. SQL Server or Azure SQL required for the database.

Installation

  1. Checkout the repo master branch, or download a release
  2. Setup the database using the files provided
  3. Run SlickCMS.Web
  4. Update the connection string created (~ConnectionStrings\slickcms.txt) to point to your database
  5. Re-run SlickCMS.Web
  6. You should get the homepage as per the Demo
  7. Insert a record into tbl_User for yourself (MD5 hash the password) to login to the Admin
  1. Beta - First release of SlickCMS with the core features required to run a Blog.
  2. Integrations - Integrating with third parties to further enhance SlickCMS.
  3. New Features

Links