Skip to content
Snippets Groups Projects
Commit bcd0a441 authored by Armand Bahi's avatar Armand Bahi
Browse files

Add windows install doc on README.md

parent d85eb2a8
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,14 @@ ...@@ -2,13 +2,14 @@
Application extraction Application extraction
## Install dev version (linux) ## Install dev version
To install the dev version of this project run the following steps: To install the dev version of this project run the following steps:
- Install the app via the VAI setup on var/www/[app name] - Install the app via the VAI setup on var/www/[app name]
- Run `sudo apt-get install libxml2-utils` - Rename var/www/[app name] by var/www/[app name]\_vai
- Clone this repo on var/wwww/[app name]\_dev - Clone this repo on var/wwww/[app name]
- Run install.sh and give the var/www/[app name] path when asked to build your tree structure - Run install.sh (linux) or install.bat (windows) and give the var/www/[app name]\_vai path when asked
- Now you have the correct versioned tree structure, rename var/www/[app name] as var/www/[app name]\_vai and var/www/[app name]\_dev as var/www/[app name] - Now you have the correct versioned tree structure, and your app should run
- Run `git pull` and `git push` to update/post the project and his dependencies - Linux : run `git pull` and `git push` to update/post the project and his dependencies
- Windows : run update.bat to update the app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment