Skip to content

kehlynch/holidays

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Holiday Ideas Planner

Requirements

Docker and Docker Compose

Installation

$ docker-compose build
$ docker-compose up -d

Trouble Shooting

Run docker-compose up without the -d flag to see build steps:

$ docker-compose up

Running for development

$ docker-compose exec holidays mix phx.server

Visit http://localhost:4000

Setting up Heroku

Create a new app on Heroku

Deploying to Heroku

add heroku as a git remote

$ heroku git:remote -a <heroku_app_name>

Deploying the first time

$ git subtree push --prefix holidays heroku master

Deploying subsequently (this allows force pushes and pushing from branches other than master)

$ git push heroku `git subtree split --prefix holidays master`:master

You can run migrations and other mix tasks like this:

$ heroku run "POOL_SIZE=2 mix ecto.migrate"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published