Installation
Installation
You need to have following applications installed on your system to run the course:
- Git https://git-scm.com/downloads
 - Virtualbox https://www.virtualbox.org/
 - Vagrant https://www.vagrantup.com/downloads.html
 
Follow the installation instructions of each application for your operating system.
Install the course
Open a terminal. Then run following:
git clone https://github.com/thecodingbrain/bookiemarker-coursecd bookiemarker-courseandvagrant up- Open 
http://localhost:7220in your browser 
Note
Should you encounter an error during step 2 (something like "SSL read: error:00000000:lib(0):func(0):reason(0), errno 60") it means that a server timeout has occured. Just run vagrant up again, it will resume the download until finished.
1 comments