Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Menu
Open sidebar
phxroad
Phoenix Deploy Example
Commits
0a378760
Commit
0a378760
authored
Jan 29, 2020
by
Troy Martin
💬
Browse files
Update Readme
parent
a4b61eb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
0a378760
# DeployExample
To start your Phoenix server
:
An example application from the Series on Deploying Phoenix to Ubuntu
:
*
Install dependencies with
`mix deps.get`
*
Create and migrate your database with
`mix ecto.setup`
*
Install Node.js dependencies with
`cd assets && npm install`
*
Start Phoenix endpoint with
`mix phx.server`
https://phxroad.com/devops/deploy-elixir-phoenix-ubuntu-vps
Now you can visit
[
`localhost:4000`
](
http://localhost:4000
)
from your browser.
Ready to run in production? Please
[
check our deployment guides
](
https://hexdocs.pm/phoenix/deployment.html
)
.
## Learn more
*
Official website: https://www.phoenixframework.org/
*
Guides: https://hexdocs.pm/phoenix/overview.html
*
Docs: https://hexdocs.pm/phoenix
*
Forum: https://elixirforum.com/c/phoenix-forum
*
Source: https://github.com/phoenixframework/phoenix
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment