- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 3k
 
How to setup Etherpad on Ubuntu 12.04 using Ansible
        Dirk Uys edited this page Dec 11, 2020 
        ·
        6 revisions
      
    This guide assumes that you are trying to install Etherpad Lite on a server running Ubuntu 12.04 LTS where you have SSH access.
- Install Ansible on your local machine.
 - Setup a SSH key pair if you don't already have one
 - copy your public key to the remote host: ex. 
ssh-copy-id -i ~/.ssh/id_rsa.pub user@host.org - copy these files to a directory on your local machine
 - add the DNS for your server to your inventory.ini
 - run the playbook: 
ansible-playbook install.yml --extra-vars='host=pad_server user=username' -i inventory.ini - sit back and relax :)
 
- Docs
 - Translating
 - HTTP API
 - Plugin framework (API hooks)
 - Plugins (available)
 - Plugins (list)
 - Plugins (wishlist)
 - Etherpad URIs / URLs to specific resources IE export
 - Etherpad Full data export
 
- Introduction to the source
 - Release Procedure
 - Etherpad Developer guidelines
 - Project to-do list
 - Changeset Library documentation
 - Alternative Etherpad-Clients
 - Contribution guidelines
 
- Installing Etherpad
 - Deploying Etherpad as a service
 - Deploying Etherpad on CloudFoundry
 - Deploying Etherpad on Heroku
 - Running Etherpad on Phusion Passenger
 - Putting Etherpad behind a reverse Proxy (HTTPS/SSL)
 - How to setup Etherpad on Ubuntu 12.04 using Ansible
 
- Migrating from old Etherpad to Etherpad
 - Using Etherpad with MySQL
 - Customizing the Etherpad web interface
 - Enable import/export functionality with AbiWord
 - Getting a list of all pads
 - Providing encrypted web access to Etherpad using SSL certificates
 - Optimizing Etherpad performance including faster page loads
 - Getting to know the tools and scripts in the Etherpad /bin/ folder
 
- Embedding a pad using the jQuery plugin
 - Using Embed Parameters
 - Integrating Etherpad in a third party app (Drupal, MediaWiki, WordPress, Atlassian, PmWiki)
 - HTTP API client libraries