|
5 months ago | |
---|---|---|
assets | 5 months ago | |
config | 5 months ago | |
guides | 5 months ago | |
installer | 5 months ago | |
lib | 5 months ago | |
priv | 5 months ago | |
test | 5 months ago | |
.babelrc | 7 years ago | |
.gitignore | 8 years ago | |
.travis.yml | 6 years ago | |
CHANGELOG.md | 5 months ago | |
CODE_OF_CONDUCT.md | 5 months ago | |
CONTRIBUTING.md | 5 months ago | |
ISSUE_TEMPLATE.md | 6 years ago | |
LICENSE.md | 8 years ago | |
README.md | 5 months ago | |
RELEASE.md | 6 years ago | |
brunch-config.js | 6 years ago | |
logo.png | 8 years ago | |
mix-cowboy1.lock | 5 months ago | |
mix.exs | 5 months ago | |
mix.lock | 5 months ago | |
package-lock.json | 6 years ago | |
package.json | 5 months ago |
README.md
Evacuated Phoenix
Might work. In principle. Probably broken.
A productive web framework that does not compromise speed and maintainability.
This project has been evacuated from NSA/Microsoft Github.
Getting started
See the old websites : http://www.phoenixframework.org/ https://hexdocs.pm/phoenix/installation.html#phoenix https://hexdocs.pm/phoenix/js https://dockyard.com/phoenix-consulting https://webchat.freenode.net/?channels=#elixir-lang https://elixir-slackin.herokuapp.com/ https://elixirforum.com/c/phoenix-forum API documentation : https://hexdocs.pm/phoenix
Generating a Phoenix project from unreleased versions
You can create a new project using the latest Phoenix source installer (the phx.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://git.freecumextremist.com/themusicgod1/evacuated-phoenix/
or by downloading it - Run the
phx.new
mix task from within theinstaller
directory, for example:
$ cd installer
$ mix 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:
defp deps do
[{:phoenix, path: "../..", override: true},
To create projects outside of the installer/
directory, add the latest archive to your machine by following the instructions in installer/README.md
Building phoenix.js
DEPRECATED (don't actually do this):
$ cd assets
$ npm install
$ npm run watch
Building docs from source
$ MIX_ENV=docs mix docs
Important links
- Publicly disclose security vulnerabilities to the fediverse
Copyright and License
Evacuated Phoenix source code is licensed under the MIT License. Copyright (c) 2014, Chris McCord, Phoenix Contributors