Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 :)

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 :)