Skip to content

reconcoys/connectuscolumbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ConnectUS ColumbUS

Install Elixir:

  • brew update
  • brew install elixir

Install Phoenix:

  • mix local.hex
  • mix archive.install hex phx_new 1.4.16

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create a docker volume for postgres with docker volume create connectuscolumbus-postgres
  • Create a postgres docker container with docker container run --name postgres -p 5432:5432 -e POSTGRES_PASSWORD=postgres -v connectuscolumbus-postgres:/var/lib/postgresql/data --rm postgres:11-alpine
  • Create your database with mix ecto.create
  • Run migrations with mix ecto.migrate
  • Install Node.js dependencies with cd assets && npm install
  • Start Phoenix endpoint with mix phx.server

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published