Skip to main content

Manual Setup

info

The following setup instructions assume that you have a Linux based machine.

  1. Install the prerequisites.

    sudo apt-get update
    sudo apt-get install -y build-essential gcc wget curl libreadline libreadline-dev
  2. Execute the following line in terminal:

    curl -Sf https://raw.githubusercontent.com/nitcbase/nitcbase-bootstrap/main/setup.sh | sh

On successful execution of the script, a new NITCbase/ directory will be created containing all the necessary components to start the NITCbase project.

You can now proceed to the Files and Directories section of the setup page.