瀏覽代碼

Create INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 3 年之前
父節點
當前提交
a9a06a4d52
共有 1 個文件被更改,包括 12 次插入0 次删除
  1. 12 0
      INSTALLATION.md

+ 12 - 0
INSTALLATION.md

@@ -0,0 +1,12 @@
+# INSTALLATION
+   
+  Installing Homogram is more straightforward than what it could appear..   
+  
+  First, if you use Nginx as reversed proxy just point the root of your web app to /path/to/YourHomogram/Public/static   
+  where the static content is located.
+  
+  Apache instead should have DocumentRoot pointing to /path/to/YourHomogram/Public .   
+  
+  If you don't use Nginx as reversed proxy consider to merge /Public/static folder with /Public .   
+  
+  Dan