- Install ansible using the below command
brew install ansible - Install Vagrant & VirtualBox
- Install this vagrant plugin
vagrant plugin install vagrant-vbguest
- Install ansible using the below command
sudo apt-get install python-pipsudo pip install ansible - Install VirtualBox
sudo apt-get install virtualbox - Download Vagrant, and install the x86/x64 debian package of your choice.
- Install this vagrant plugin
vagrant plugin install vagrant-vbguest
- Open the
Vagrantfilein /Vagrantfile and change syncfile source to the root of this repo.folder. Remember to save the file after that. - Type the following command within the directory
vagrant up - The whole installation process will take up to 10 minutes. (1st setup only)
-
Start a new ubuntu vm
-
sudo apt-get install the following packages: a. python3 b. python-pip
-
Then install Scrapy using: a.
pip install scrapy