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

https://github.com/sapfir0/liquidcloud

Small functional cloud
https://github.com/sapfir0/liquidcloud

Last synced: 10 days ago
JSON representation

Small functional cloud

Awesome Lists containing this project

README

        

# ElCloud

## Dev build

mix deps.get && mix ecto.setup && mix start`

## Production build

You need to create DB and .env files before executing this command

npm run deploy --prefix ./assets && source .env.prod && MIX_ENV=prod mix phx.digest && MIX_ENV=prod mix start

## Docker build

docker-compose up --build

Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.