Skip to content

Commit 56c3728

Browse files
author
Benjamin
committed
Created section9 folder, added lectures folder with specific lecture folders and deploy to AWS commands
1 parent 37b57fb commit 56c3728

File tree

1 file changed

+7
-0
lines changed
  • section9/lectures/135_want_to_deploy_to_aws

1 file changed

+7
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)