-
Download and install Python from https://www.python.org/downloads/
-
Download and install Vagrant from https://www.vagrantup.com/downloads.html
-
Download and install Git from https://git-scm.com/download/win
-
Download and install VirtualBox from https://www.virtualbox.org/wiki/Downloads 4.1. Install Pip 4.1.1 Save https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py on your local machine as get-pip.py 4.1.2 In cmd go to get-pip.py file and run "python get-pip.py"
another way to install pip is by executing command from terminal:
python -m pip install -U pip
-
Open windows terminal and cd to your work directory.
-
git clone https://github.com/SnowBeaver/Vision.git project
-
pip install fabric unipath
Note: If you get error: Microsoft Visual C++ 9.0 is required. Download and install from http://www.microsoft.com/en-us/download/confirmation.aspx?id=44266.
- git clone https://github.com/SnowBeaver/Vision.git project
- cd project
- vagrant up
- Add this line 192.168.88.88 dev.vision.local" to windows hosts file, which is normally under %systemroot%\system32\drivers\etc\
- fab setup_dev --password vagrant
- Open browser and type in url: http://dev.vision.local
- Install brew
- brew install vagrant python pip fabric unipath
- $ sudo bash
- $ echo "192.168.88.88 dev.vision.local" >> /etc/hosts
- $ exit
- $ cd yourprojectsdir
- $ mkdir vision && cd vision
- $ git clone https://github.com/SnowBeaver/Vision.git project
- $ cd project
- $ vagrant up
- fab setup_dev
- Open browser and type in url: http://dev.vision.local
- $ sudo apt-get install virtualbox vagrant
- $ sudo bash
- $ echo "192.168.88.88 dev.vision.local" >> /etc/hosts
- $ exit
- $ cd yourprojectsdir
- $ mkdir vision && cd vision
- $ git clone https://github.com/SnowBeaver/Vision.git project
- $ cd project
- $ vagrant up
- Open browser and type in url: http://dev.vision.local
- $ curl -fsSL get.docker.com | sh
- $ cd ~ && git clone https://github.com/SnowBeaver/Vision.git
- $ sudo gpasswd -a {your_user} docker
- Relogin
- sudo apt-get -y install python-pip && sudo pip install docker-compose
- $ cd ~/Vision
- docker-compose up -d