Skip to content

davidgrupp/Bucket-Island

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BucketIsland

To start your Phoenix app:

  • Install dependencies with mix deps.get
  • Start Phoenix endpoint with mix phoenix.server
  • start sudo MIX_ENV=prod PORT=80 elixir --detached -S mix do compile, phoenix.server
    • start sudo MIX_ENV=prod PORT=80 elixir --detached -S mix phoenix.server
  • sudo MIX_ENV=prod PORT=80 mix phoenix.server
  • ps -eaf|grep elixir https://stackoverflow.com/questions/31803767/how-to-kill-elixir-daemon

Now you can visit localhost:4000 from your browser.

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

Learn more