Made with ASP.NET Core, Raptor is a cross-platform, feature rich and lightweight content management system for your next awesome project!
You can deploy the application just like you would deploy a standard .NET Core Web App after. To run locally:
- Get the files locally using one of the following.
- You can download the zip file form GitHub.
- To clone the git repository, use
git clone https://github.com/humzakhan/RaptorCMS.git
- Provide the database connection string to your Postgres server using one of the following:
- Add the connectiong string in the
ConnectionStrings
section inappconfig.json
asRaptorDbConnectionString
. - Add an environment variable of the name
ConnectionStrings:RaptorDbConnectionString
forProduction
environment.
- After configuring the database, hit
Ctrl + F5
to run the app.
Live demo would be added soon.
- ASP.NET Core 2.0
- C#
- PostgreSQL
- Entity Framework Core 2.0
- JavaScript, jQuery
RaptorCMS uses the open source dashboard theme Modish for it's admin panel, and Balista by Color Lib as the default main theme.
To develop RaptorCMS, we recommend you to use:
- Visual Studio 2017
- ASP.NET Core 2.0
- For issues or suggestions, please start a new thread in the issues section.
- The roadmap is available at our Trello board RaptorCMS
The RaptorCMS is open-sourced software under the MIT License