Skip to content

Latest commit

 

History

87 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

media-feed

Fullstack JS opensource CMS to quickly develop a media feed system

Environment Guideline

Development

$ cp config.example.js config.dev.js
$ yarn
$ yarn start

Production

$ cp config.example.js config.prod.js
$ yarn
$ yarn build
$ node core.legacy/index.js --CONFIG=config.prod.js &&
  node core.legacy/workers/indexing/index.js --CONFIG=config.prod.js &&
  node core.legacy/workers/media/index.js --CONFIG=config.prod.js

Or use pm2 to manage your processes

About

OpenSource CMS for building a social network of media

Resources

Stars

2 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages