Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 886 Bytes

CONTRIBUTING.md

File metadata and controls

40 lines (25 loc) · 886 Bytes

Contribution Guidelines

Please branch and issue pull requests to the dev branch to contribute.

Getting Started

  • Clone this repository
  • cd /path/to/hackmemphis.com
  • vagrant up
  • vagrant ssh
  • cd hackmemphis.com
  • cp .env.example .env
  • composer install
  • php artisan migrate
  • php artisan db:seed
  • Browse to http://localhost:8000

To run the test suite:

  • phpunit

Vagrant

This vagrant box is built on top of the great work done on laravel/homestead

Testing

To run the test suite:

  • phpunit

Deployment

We use Envoy for deployment. You will need to have it installed locally.

You need to have your SSH key added to the server.

To run a deployment:

envoy run deploy:prod