0xbaha / env-setup

This repository contains a script that can be used to set up an environment for web development and mail server.
https://gh.baha.my.id/env-setup
1 stars 0 forks source link

Replace the readme about how to start VirtualBox with the new one #5

Closed 0xbaha closed 3 years ago

0xbaha commented 3 years ago

https://github.com/ba1x/dev-setup#virtualbox

VirtualBox

Desktop

  1. Download and install the guest OS (clean install).
  2. User Setup in the guest.
  3. Install VBox Guest in the guest.
  4. Download this project using the host.
  5. Enable the Shared Folders from host to guest, then copy the downloaded file and extract it.
  6. Run command sudo ./setup.sh to initiate the setup and install the required applications.

Server

  1. Download and install the guest OS (clean install).
  2. User Setup in the guest.
  3. Clone this project and open the folder.
    git clone https://github.com/ba1x/dev-setup.git
    cd dev-setup
  4. Run command sudo ./setup.sh to initiate the setup and install the required applications.