Skip to content

Commit f9043c1

Browse files
Update Webfaction_Django_Deployment_Guide.md
1 parent 6480909 commit f9043c1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

all/Webfaction_Django_Deployment_Guide.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,11 @@ A installation guide for getting Django setup on WebFaction
158158
159159
10. Upload changed files (such as `httpd.conf` and `production.py`) and ensure `local.py` is not in the project.
160160
161+
11. SSH via Terminal/PuTTY to Webfaction Project and Restart Apache:
162+
```
163+
cd webapps/cfehome
164+
./Apache2/bin/restart
165+
```
166+
12. Do any/all Django re-lated changes.
167+
161168
All set!

0 commit comments

Comments
 (0)