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

Setup for Cloud at Hostwinds #18

Closed 0xbaha closed 3 years ago

0xbaha commented 3 years ago

Cloud

Make sure to add the SSH keys in the Client Area before starting the setup below.

Hostwinds

  1. Create an unmanage Linux VPS hosting with the required specification, and choose SSH Keys (that already added) for the Authentication.

  2. Log in to the server using SSH:

     ssh root@SERVER_IP_ADDRESS     # login using SSH
  3. Download and install the required apps (Git and UFW).

    sudo apt update 
    sudo apt install git ufw -y
  4. Clone this project and open the folder.

    git clone https://github.com/ba1x/env-setup.git
    cd env-setup
  5. Run command ./setup.sh and choose option 3. Cloud (DigitalOcean/Hostwinds) to initiate the setup, install the required applications, and end up the setup.