No description
Find a file
2021-01-16 13:27:07 -06:00
apps fix: Build assets as part of Docker build 2021-01-08 12:47:00 -06:00
config fix: Build assets as part of Docker build 2021-01-08 12:47:00 -06:00
infrastructure fix: Repair merge issues in generate-kube 2021-01-16 13:27:07 -06:00
infrastructure_templates Merge branch 'master' of gitlab.com:mythic-insight/legendary into new-kube-script 2021-01-16 13:19:19 -06:00
script fix: Repair merge issues in generate-kube 2021-01-16 13:27:07 -06:00
.dockerignore fix: Load dependencies correctly in docker 2020-12-22 14:01:26 -06:00
.formatter.exs feat: Commit initially 2020-07-02 16:08:53 -05:00
.gitignore feat: Speed up build through DAG improvements 2021-01-13 15:43:04 -06:00
.gitlab-ci.yml fix: Only build docker image if needed 2021-01-16 13:20:27 -06:00
.tool-versions feat: Commit initially 2020-07-02 16:08:53 -05:00
Brewfile feat: Commit initially 2020-07-02 16:08:53 -05:00
Dockerfile fix: Copy whole working dir in Dockerfile before building assets 2021-01-08 14:02:09 -06:00
mix.exs chore: Remove dead assets 2020-09-15 15:51:32 -05:00
mix.lock fix: Require docker image to be built before being tagged 2020-12-22 14:15:51 -06:00
package-lock.json chore(release): 1.1.2 [skip ci] 2021-01-13 21:02:29 +00:00
package.json chore(release): 1.2.3 [skip ci] 2021-01-16 16:05:35 +00:00
README.md feat: Commit initially 2020-07-02 16:08:53 -05:00

Legendary

To start your Phoenix server:

  • Install dependencies with mix deps.get
  • Create and migrate your database with mix ecto.setup
  • Install Node.js dependencies with npm install inside the assets directory
  • 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