- Notifications
You must be signed in to change notification settings - Fork3k
Peace of mind from prototype to production
License
phoenixframework/phoenix
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation

Peace of mind from prototype to production.
See the official site athttps://www.phoenixframework.org/.
Install the latest version of Phoenix by following the instructions athttps://hexdocs.pm/phoenix/installation.html#phoenix.
API documentation is available athttps://hexdocs.pm/phoenix.
Phoenix.js documentation is available athttps://hexdocs.pm/phoenix/js.
We appreciate any contribution to Phoenix. Check ourCODE_OF_CONDUCT.md andCONTRIBUTING.md guides for more information. We usually keep a list of features and bugs in theissue tracker.
You can create a new project using the latest Phoenix source installer (thephx.new
Mix task) with the following steps:
- Remove any previously installed
phx_new
archives so that Mix will pick up the local source code. This can be done withmix archive.uninstall phx_new
or by simply deleting the file, which is usually in~/.mix/archives/
. - Copy this repo via
git clone https://github.com/phoenixframework/phoenix
or by downloading it - Run the
phx.new
Mix task from within theinstaller
directory, for example:
cd phoenix/installermix phx.new dev_app --dev
The--dev
flag will configure your new project's:phoenix
dep as a relative path dependency, pointing to your local Phoenix checkout:
defpdepsdo[{:phoenix,path:"../..",override:true},
To create projects outside of theinstaller/
directory, add the latest archive to your machine by following the instructions ininstaller/README.md
To build the documentation:
npm installMIX_ENV=docs mix docs
To build Phoenix:
mix deps.getmix compile
To build the Phoenix installer:
mix deps.getmix compilemix archive.build
To build Phoenix.js:
cd assetsnpm install
- #elixir onLibera IRC
- elixir-lang Slack channel
- Issues tracker
- Phoenix Forum (questions and proposals)
- Visit Phoenix's sponsor, DockYard, for expertPhoenix Consulting
Copyright (c) 2014, Chris McCord.
Phoenix source code is licensed under theMIT License.
About
Peace of mind from prototype to production
Topics
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.