How to deploy Etherpad Lite on Cloudfoundry - ether/etherpad-lite GitHub Wiki
In case you're not familiar with Cloud Foundry, it's an opensource platform as a service (PaaS) project sponsored by Pivotal (R&D brand from Vmware). https://github.com/cloudfoundry
- Register an account at https://run.pivotal.io/
- Install cloudfoundry command line tool Download it here
- open a terminal
- Login using your cf account
cf login -a api.run.pivotal.io -u [email protected] -p your_password
- Get etherpad code with cf support, download the latest
etherpad-lite-cf.zipfrom here: https://github.com/cloudfoundry-community/etherpad-lite-cf/releases - extract the
.zipfile where you want - Adjust the
settings.jsonto your liking (NOTE: do not configure any port on it! ).
- Go to the extracted archive with your console
- Run
cf push etherpad-lite-<your_name> -m 512M - You've done