https://github.com/sapfir0/liquidcloud
Small functional cloud
https://github.com/sapfir0/liquidcloud
Last synced: 10 days ago
JSON representation
Small functional cloud
- Host: GitHub
- URL: https://github.com/sapfir0/liquidcloud
- Owner: Sapfir0
- License: unlicense
- Created: 2021-02-03T17:12:50.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-24T13:47:33.000Z (almost 3 years ago)
- Last Synced: 2025-03-28T01:01:38.281Z (28 days ago)
- Language: Elixir
- Homepage:
- Size: 568 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.