Skip to content
This repository has been archived by the owner on Jun 24, 2023. It is now read-only.

morec-at/morecat-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

morecat-web

This is Web Front-End for MoreCat.

Setup

# For CentOS 6.5
yum -y install http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm
yum -y install npm
npm install -g bower
npm install -g gulp
npm install -g forever
git clone https://github.com/emag/morecat-web.git
cd morecat-web
npm install
bower install
forever start server.js

For Development

gulp --apiUrl=<morecat-api-url>

apiUrl default value is http://localhost:8080/api.

For Production

gulp release --apiUrl=<morecat-api-url> --release

access to http://localhost:8888