浏览代码

documentation

Chuck Dries 7 年前
父节点
当前提交
980e96dbfc
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      INSTALL.md

+ 5 - 0
INSTALL.md 查看文件

133
 docker run -p 8888:8888 -t -i audiogram
133
 docker run -p 8888:8888 -t -i audiogram
134
 ```
134
 ```
135
 
135
 
136
+If you have docker-compose, using it will allow you to make changes in your local directory and apply them without re-building the docker image.
137
+```sh
138
+docker-compose up
139
+```
140
+
136
 ## AWS installation
141
 ## AWS installation
137
 
142
 
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.
143
 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.