Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (17 loc) · 727 Bytes

Dev.md

File metadata and controls

18 lines (17 loc) · 727 Bytes

How to create a new etherpad.zip

  1. On Amazon Linux (see version here http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/concepts.platforms.html#concepts.platforms.nodejs)
  2. Download latest version for Linux/Max from http://etherpad.org/#download
  3. cd into the unzipped directory
  4. Create .ebextensions/custom.config with the following content (make sure NodeVersion is available in latest EB environment):
option_settings:
  aws:elasticbeanstalk:container:nodejs: 
    NodeCommand: "bin/run.sh"
    NodeVersion: "8.12.0"
  1. Create src/.npmrc with the following content:
unsafe-perm = true
  1. Copy settings.json.template to settings.json and change port to 8081
  2. Run zip -r etherpad.zip ./