Forráskód Böngészése

Create INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and project care by lots of Simplicity bits 4 éve
szülő
commit
9d2611c481
1 módosított fájl, 12 hozzáadás és 0 törlés
  1. 12 0
      INSTALLATION.md

+ 12 - 0
INSTALLATION.md

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