Skip to content

Instantly share code, notes, and snippets.

@zahash
Last active May 10, 2024 15:22
Show Gist options
  • Save zahash/a5fa48b8614debfb35c226535659804d to your computer and use it in GitHub Desktop.
Save zahash/a5fa48b8614debfb35c226535659804d to your computer and use it in GitHub Desktop.
apache incubator answer
# download go to /home/zahash/software
export PATH="/home/zahash/software/go/bin/:$PATH" # go install path
export PATH="/home/zahash/go/bin/:$PATH" # this is where go keeps all the installed binaries
make generate
make ui
make build
# for testing
make test
# initial admin setup
sudo ./answer init --data-path ./data/
# run
sudo ./answer run --data-path ./data/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment