Skip to content

Instantly share code, notes, and snippets.

@tobru
Created August 5, 2015 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tobru/40d9a0a16120a6f516b3 to your computer and use it in GitHub Desktop.
Save tobru/40d9a0a16120a6f516b3 to your computer and use it in GitHub Desktop.

Vagrant support is maintained by Cachet users from within the community.

Getting started

  • Install Vagrant
  • Install Composer
  • Add the Homestead box to Vagrant: vagrant box add laravel/homestead
  • Clone the Cachet repository from Github: git clone https://github.com/cachethq/Cachet.git
  • Change into this new directory
  • Copy .env: cp .env.example .env
  • Type vagrant up and wait for the magic to happen. Hint: If vagrant complains about missing shared folder, have a look into homestead.yaml and update the path to match your locations.
  • Log into the running vm: vagrant ssh
  • Generate app key: cd Cachet; php artisan key:generate
  • Initialize DB: php artisan migrate
  • Point your webbrowser to http://192.168.10.10/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment