Skip to content

kaoz70/flexcms

Repository files navigation

Code Climate Test Coverage Issue Count Build Status

FlexCMS

Simple content management system, in the current state of the project its not ready to be used in production or even in development. Its still under heavy development.

Login: image

Page config: image

Page images config: image

Image editor: image

Current version

0.0.1a

Installation

Copy the source to the localhost / server

Create a database with the file:

/sql/flexcms.sql

Remove this folder in production for security

Database Configuration

Set up environment variables in the server (set with your own database credentials):

DB_USERNAME = "root"
DB_PASSWORD = "mysql"
DB_NAME = "flexcms"
DB_HOST = "localhost"

If your sever doesn't have a way to setup environment variables, create a .env file with the contents of .env.example and set the credentials there.

Admin access

http://domain.com/admin/

Development

From the console in the root folder do:

npm install