Homepage: http://www.numencode.com/
NumencodeCMS is a Web system that allows publishing, editing and modifying content, organizing, deleting as well as maintenance from a central interface. It is used to run websites containing blogs, news, and shopping.
NumencodeCMS is a stand-alone application to create, deploy, manage and store content on Web pages. Web content includes text and embedded graphics, photos, video, audio, and code (e.g., for applications) that displays content or interacts with the user.
NumencodeCMS contains built-in back-office administration panel for managing content and structure on a specific website.
NumencodeCMS was created by, and is maintained by Blaz Orazem.
This git repository, which contains the development version in its master branch, is intended for developers and everyone interested in contributing or just curious to see how the code works and wanting to hack on it.
- Create a project directory and initialize a repository
$ git init
- Clone this repository to your project directory
$ git clone https://github.com/BlazOrazem/numencode.git
- Set up environment configuration
$ cp .env.sample .env
- Edit .env file and insert your database credentials
$ vi .env