Installation
Getting up and running with the application and it's database.
Installing the application
Getting started on OSX, Linux, and Windows is easy with the homebrew tap or Scoop Bucket. 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 hikeshi
hikeshi --helpscoop bucket add hikeshi https://github.com/brittonhayes/hikeshi-scoop.gitgh repo clone brittonhayes/hikeshi
brew install gobuffalo/tap/buffalo
buffalo build
hikeshi --helpInstalling the database
brew install postgresdocker pull postgresLast updated
Was this helpful?