- Create installation processes for different OS such as Linux, macOSX, and Windows.
- Working on issues at https://github.com/dogi/ole--vagrant-community/issues.
Documentation helps to understand the overall progress of the project. Visit following link to learn more about it. Google Doc
- Fork ole--vagrant-community again.
- Check out your system RAM as Multiple machines are running at same time.
- Check out status of machine via 'vagrant global-status'.
- Remember to use our
git clone
like at the beginning on MDwiki. - Fork and create a vagrant on your machine. Use 127.0.0.1:5984. Sync to vi again and use your same login.
- Visit and research http://brew.sh/ for learning more about installation script.
In this project, we are working on Batch programming. It is a command line script which runs commands and executes it in sequence. Here we have to create such a script as .Bat file which runs commands and complete installation process.
- You can create .bat file by adding some commands in an editor like notepad or notepad++.
- Save file with .bat extension. It will create an executable file
- you need to learn and research different DOS commands which help us to simplify the process of installation and achieve our objective.
- Auto install vagrant
- Auto install virtualbox
- Turn the machine on
- Add a shortcut to desktop
- Finish
- Setting up any new environment requires finding, downloading, and installing different software.
- To install different software and related components separately is time-consuming process.
- It also increases the complexity overall if the software has compatibility issues or dependencies.
- Hence automating the process of installation by running a single script is easiest way to avoid such overhead.
- You do not need to install software separately for setting up environment and the script will install all software at once. In previous steps, we need to install vagrant and virtualbox separately. This script will simplify the process and help to configure Bell app.
- Homebrew simplifies the process of downloading, compiling, and installing software using a simple script.
- It is a bulk installer and command line utility script which automates the process of installation on the OS X operating system.
- Homebrew is a package manager which is implemented in ruby language. You can research more about it by visiting http://brew.sh/ link.