This repository has been archived by the owner on Jul 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
rhelmer/etherpad-vagrant
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This project will use vagrant and puppet to install a complete etherpad-lite (https://github.com/Pita/etherpad-lite) environment in a local VM. --- INSTALL --- 1) Install the latest Virtualbox from http://www.virtualbox.org/ 2) Install vagrant from http://vagrantup.com/ 3) Clone etherpad-lite and add etherpad-vagrant as submodule $ git clone https://github.com/Pita/etherpad-lite.git $ cd etherpad-lite $ git submodule add https://github.com/rhelmer/etherpad-vagrant.git 4) build VM and provision with puppet $ cd ./etherpad-vagrant $ vagrant up 5) Add 33.33.33.10 to /etc/hosts: 33.33.33.10 etherpad 6) Enjoy your Etherpad environment! dashboard: http://etherpad You can modify files directly in the checkout on the host machine. Here are some common vagrant operations: SSH into your VM: $ vagrant ssh Re-run puppet $ vagrant provision Reboot VM and re-run puppet $ vagrant reload Destroy VM and rebuild from scratch $ vagrant desroy && vagrant up
About
Vagrant setup for etherpad-lite
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published