We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37b57fb commit 56c3728Copy full SHA for 56c3728
section9/lectures/135_want_to_deploy_to_aws/install.md
@@ -0,0 +1,7 @@
1
+## Deploy to AWS
2
+If deploying on AWS, after installing Ubuntu 16.04, make sure to install libpcre2 and libpcre3-dev by running the following commands:
3
+
4
+```bash
5
+sudo apt-get install libpcre3 libpcre3-dev
6
+pip install uwsgi -I --no-cache-dir
7
+```
0 commit comments