initial devcontainer setup
This commit is contained in:
commit
b9b7aa6a08
14 changed files with 411 additions and 0 deletions
22
README.md
Normal file
22
README.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Phoenix / DevContainer starter project
|
||||
|
||||
## Initializing a new Phoenix Project
|
||||
|
||||
## Initializing a new Ash Project
|
||||
|
||||
```
|
||||
mix archive.install hex igniter_new --force
|
||||
mix archive.install hex phx_new 1.8.0-rc.4 --force
|
||||
|
||||
mix igniter.new pimento_cheese --with phx.new --install ash,ash_phoenix \
|
||||
--install ash_json_api,ash_postgres \
|
||||
--install ash_authentication,ash_authentication_phoenix \
|
||||
--install ash_admin,ash_oban --install oban_web,ash_archival \
|
||||
--install live_debugger,ash_paper_trail --install ash_ai,cloak \
|
||||
--install ash_cloak --auth-strategy magic_link --yes
|
||||
```
|
||||
|
||||
* Merge `.gitignore` from new project directory into `/workspace`
|
||||
* Move the rest of files from project directory to `/workspace`
|
||||
* Update `config/dev.exs` database to `app`
|
||||
* Update `config/dev.app` database to `test#{System.get_env("MIX_TEST_PARTITION")}"`
|
Loading…
Add table
Add a link
Reference in a new issue