Glue Stack
GitHubLive AppChat
1.0.0
1.0.0
  • Read Me
  • Architecture
    • How Web Applications Work
  • Development
    • Our Development Process
    • Running Locally
    • Setup Development Tools
    • Setup Visual Studio Code (vscode)
    • Setup Database Connection In Sequel Pro
    • Building Glue Stack From an Empty Folder
    • Developing Process Documentation
    • UI Connect Component
  • Infrastructure
    • Setup AWS Account
    • Setup AWS Cloud Infrastructure
    • Continuous Integration (CI): Travis CI
    • Performance Testing and Connection Pool Sizes
Powered by GitBook
On this page
  • Setup Git-Town
  • Setup oh-my-zsh
  1. Development

Setup Development Tools

PreviousRunning LocallyNextSetup Visual Studio Code (vscode)

Last updated 6 years ago

In this article we are preparing for the document by installing some extra tools.

goes through installing all the tools it takes to run our application locally.

.

.

Setup Git-Town

  1. Install git-town.

    brew install git-town
  2. Open terminal using mac's spotlight (Command+Space).

  3. cd into your glue-stack directory.

    cd development/glue-stack
  4. Run the git-town setup.

    git-town config setup
  5. Select master as our main branch

  6. Don't select any perennial branches.

Setup oh-my-zsh

development process for tasks
Running locally
Setup database connection in Sequel Pro
Setup VSCode (Visual Studio Code)
Basic Installation