Giter VIP home page Giter VIP logo

Comments (3)

Bhaney44 avatar Bhaney44 commented on June 26, 2024

Update

I tried creating a new virtual environment and re-installing from scratch. However, there is still an error in finding the files downloaded to the machine. This is most likely a pathing problem. The following code maps the command line syntax I used, the error read out, an alternative, and another error read out.

//// Install on Mac
// cd node
// curl https://raw.githubusercontent.com/algorand/go-algorand-doc/master/downloads/installers/update.sh -O
// chmod 544 update.sh
// ./update.sh -i -c stable -p ~/node -d ~/node/data -n

//// Installing the Devtools
// If algorand has not been previously installed, it will automatically download it.
// If algorand is installed but older than the devtools, it will automatically upgrade it.

//// Start node
// sudo systemct1 start algorand
// ERROR: sudo: systemct1: command not found

// goal node status -d /var/lib/algorand
// ERROR: -bash: goal: command not found

Essentially the problem across the board is that the machine cannot find the commands. Next step is to find a way to create a clear path forward, to allow the commands to be appropriately identified and executed.

from algoranddevelopment.

Bhaney44 avatar Bhaney44 commented on June 26, 2024

Update

I did some work on path and command line syntax to understand the problem better. I created a repository, NodeInstall dedicated to working on this problem and developing command line syntax for installing a node. The repository focuses on the following the Algorand install instructions, the command not found error, and pathing.

from algoranddevelopment.

Bhaney44 avatar Bhaney44 commented on June 26, 2024

The problem is solved.


export PATH="$HOME/node:$PATH"
export ALGORAND_DATA="$HOME/node/data"
goal node start
goal node status

from algoranddevelopment.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.