mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-04 22:25:43 +00:00
920 B
920 B
#Introduction ProjectDeployer is a work-in-progress web application to deploy Git projects on a server written with Meteor.
##Features In ProjectDeployer, it's possible to :
- register / modify / delete Git project
- deployment is
- see deployment logs for each project
##Usage The location for deployed projects is set in the server/constants.js file with the DEPLOYMENT_FOLDER variable.
To launch ProjectDeployer, use the following command :
meteor --port $IP:$PORT