You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,8 @@ To host the application on DigitalOcean like in the video example shown above, f
133
133
11. Run ngrok to create a tunnel to the Flask application:
134
134
135
135
`./ngrok http 5000`
136
+
137
+
12. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
136
138
137
139
### Hosting the application on DigitalOcean (Using tmux to keep session active after console is closed)
138
140
@@ -166,15 +168,14 @@ To host the application on DigitalOcean like in the video example shown above, f
166
168
167
169
`start ngrok`
168
170
169
-
9. Copy the webhook URL from the ngrok window followed by `/sms`, similar to 3A from the running locally section.
171
+
9. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
170
172
171
173
10. Detach from the `tmux` session by pressing `Ctrl-b` followed by `d`.
172
174
173
175
The application will continue running even after you close your console. To reattach to the `tmux` session, use:
174
176
175
177
`tmux attach -t chatgpt-turbo-sms`, and `tmux attach -t chatgpt-turbo-ngrok`
176
178
177
-
11. Copy the webhook URL from the ngrok window followed by `/sms` and add it to the two Twlio sections, similar to 3A from the running locally section.
0 commit comments