Skip to content

MilkZoft/MuuCMS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MuuCMS

Setup Instructions

Requirements

Installation

  • Clone the repository:
 git clone git@github.com:MilkZoft/MuuCMS.git
  • Install the NPM dependencies:
npm install
  • Install the Bower dependencies:
npm install -g bower
bower install
  • Import the database to your MySQL (http://localhost/phpmyadmin)

  • Configure your MySQL Database connection parameters on src/config/local.json

  • Install Redis

In Mac:

brew install redis

In Ubuntu:

sudo add-apt-repository ppa:chris-lea/redis-server
sudo apt-get update
sudo apt-get install redis-server
  • Start the application server
npm start

Tasks

  • npm start Start server in local mode
  • npm run start:development Start server in development mode
  • npm run start:qa Start server in QA mode
  • npm run start:stage Start server in stage mode
  • npm run start:production Start server in production mode
  • npm run lint Eslint validator
  • npm run lint:fix Eslint validator with --fix flag
  • npm test Run unit tests

Libraries Used

Troubleshooting

  • If you get a Redis error like this:

Creating Server TCP listening socket *:6379: bind: Address already in use

You will need to run the follow command

redis-cli

And then execute this command to shutdown the server:

shutdown

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages