Skip to content

Source Control Manager and CI Server on the MEAN stack

License

Notifications You must be signed in to change notification settings

gitter-badger/scmean

 
 

Repository files navigation

scmean

Source Control Manager and CI Server on the MEAN stack

travis ci Code Climate bitHound Score

Installing SCMEAN

You need git running as a daemon, so install git, nodejs, and mongodb. As long as mongodb is running, the following commands should get you up and running with the server on http://localhost:8080. I recommend using git with screen as below, but if you want to ditch the screen command, you have to open a session for the daemon and a session for npm.

export BASE_GIT_DIR=/git/
/usr/bin/git daemon --export-all --user=git --base-path=$BASE_GIT_DIR --verbose --enable=receive-pack  $BASE_GIT_DIR
# then open a new shell, or use screen above
export SCMEAN_URL=example.org
npm install --production
npm start --production

About

Source Control Manager and CI Server on the MEAN stack

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 61.7%
  • ApacheConf 21.3%
  • HTML 15.2%
  • CSS 1.8%