Software Alternatives & Reviews

Building a web server: Installing the right software

Visual Studio Code Homebrew
  1. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    On the topic of directory structure we've kept our server very basic. To keep with Mac conventions we decided to keep all our files in the ~/Documents folder. For my son's projects we're going to be running the infrastructure with Kubernetes, so we named the directory for all his code phippy. With code cloned to our machine we wanted to have just a single GUI-based code editor. We chose VS Code.

    #Text Editors #IDE #Software Development 1017 social mentions

  2. The missing package manager for macOS
    Pricing:
    • Open Source
    In this post we're going to prepare the software to run our web server. As is the case when I set up most Macs, my first install is the Homebrew package manager. They have instructions on their site for how to install, and once you have Homebrew set up most of the rest of your software can be installed with a brew install in your Terminal. With the exception of our next piece of software.

    #Package Manager #Windows Tools #Front End Package Manager 879 social mentions

Discuss: Building a web server: Installing the right software

Log in or Post with