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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# Auto Deploy Laravel on Apache
2
-
Deploy Laravel or Other Apps Easily on Apache from your Git Repos
2
+
Deploy Laravel or Other Apps Easily on Apache from your Git Repos. *Proof of concept right now.
3
3
4
4
## To Use:
5
5
Place these files in your */var/www* on the server once Apache is set-up, just before your "project folder". For example, if I had a Laravel project in "myshop" directory, and it had a path of */var/www/myshop* with web root being */var/www/myshop/public*, then the deployment library would sit at */var/www/app_deploy.py*. This runs using Python 3. Make sure you read the source code and make sure it is configured for your project correctly.
0 commit comments