Installation
Getting up and running with the application and it's database.
Installing the application
Getting started on OSX is easy with the homebrew tap. While we recommend the homebrew approach for local development/usage, you can also install Hikeshi with
go getorgit cloneif you prefer those routes.
brew tap brittonhayes/hikeshi-tap
brew install brittonhayes/hikeshi-tap
hikeshi --helpgit clone git@github.com:brittonhayes/hikeshi.git
hikeshi --helpwget -q -nv -O- https://api.github.com/repos/brittonhayes/hikeshi/releases/latest 2>/dev/null | jq -r '.assets[] | select(.browser_download_url | contains("linux-amd64")) | .browser_download_url'Installing the database
brew install postgressudo apt-get install postgresqldocker pull postgresLast updated
Was this helpful?