Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worais/elixir-phoenix-mariadb
I installed this image to serve as a base for the projects, in the docker we already have mysql and the starter of the phoenix running, just do the fork and start the development :)
https://github.com/worais/elixir-phoenix-mariadb
docker docker-compose dockerfile elixir-phoenix getting-started mariadb
Last synced: 2 months ago
JSON representation
I installed this image to serve as a base for the projects, in the docker we already have mysql and the starter of the phoenix running, just do the fork and start the development :)
- Host: GitHub
- URL: https://github.com/worais/elixir-phoenix-mariadb
- Owner: worais
- Created: 2019-03-23T18:03:42.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T22:24:03.000Z (almost 6 years ago)
- Last Synced: 2024-02-01T00:37:43.180Z (11 months ago)
- Topics: docker, docker-compose, dockerfile, elixir-phoenix, getting-started, mariadb
- Language: Visual Basic
- Homepage:
- Size: 7.01 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Elixir Phoenix MariaDB
### Setting up your Phoenix project:
From your project directory, run a command to initalize the project:```bash
$ docker-compose run --rm web mix phx.new --no-brunch --no-html app
```
```bash
$ docker-compose run --rm web mix deps.get
```
### Setup development environment
Check file secret.env## OBS:
I installed this image to serve as a base for the projects, in the docker we already have mysql and the starter of the phoenix running, just do the fork and start the development :)