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.
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
- User: miguel@dejabu.ec
- Pass: admin
Development
From the console in the root folder do:
npm install