Noah 7 years ago
parent
commit
1a669425c0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      INSTALL.md

+ 4 - 0
INSTALL.md View File

@@ -133,6 +133,10 @@ Now you can run Audiogram in a container using that image:
133 133
 docker run -p 8888:8888 -t -i audiogram
134 134
 ```
135 135
 
136
+## AWS installation
137
+
138
+If you're trying to run Audiogram on AWS services like Lambda or Elastic Beanstalk that rely on the Amazon Linux distribution, you will probably need to follow the [node-canvas Amazon Linux AMI instructions](https://github.com/Automattic/node-canvas/wiki/Installation---Amazon-Linux-AMI-(EC2)) to install the dependencies and/or package up the resulting binaries.
139
+
136 140
 ## Mac troubleshooting
137 141
 
138 142
 If things aren't working on a Mac, there are a few fixes you can try.