2024-08-27 22:13:04 +00:00
|
|
|
# DrainCloudCore
|
2024-09-04 21:29:50 +00:00
|
|
|
**DrainCloud** is an opensource cloud file management service, aimed for an ease of usage in a self-hosted usage scenarios.
|
|
|
|
The main goal is to create a *easy-to-host* and very performant application with small footprint.
|
2024-08-27 22:13:04 +00:00
|
|
|
|
2024-09-04 21:29:50 +00:00
|
|
|
*TODO put docs here*
|
|
|
|
|
|
|
|
## Development
|
|
|
|
To start your DrainCloudCore server:
|
2024-08-27 22:13:04 +00:00
|
|
|
|
|
|
|
* Run `mix setup` to install and setup dependencies
|
|
|
|
* Start Phoenix endpoint with `mix phx.server` or inside IEx with `iex -S mix phx.server`
|
|
|
|
|
|
|
|
Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.
|
|
|
|
|
|
|
|
Ready to run in production? Please [check our deployment guides](https://hexdocs.pm/phoenix/deployment.html).
|
|
|
|
|
2024-09-08 12:35:20 +00:00
|
|
|
### Dev DB creds
|
|
|
|
From *./config/dev.exs*
|
|
|
|
Host: localhost:5432
|
|
|
|
Database: draincloud_core_dev
|
|
|
|
Username: postgres
|
|
|
|
Password: postgres
|
|
|
|
|
2024-09-04 21:29:50 +00:00
|
|
|
### Some phoenix related links
|
2024-08-27 22:13:04 +00:00
|
|
|
|
|
|
|
* Official website: https://www.phoenixframework.org/
|
|
|
|
* Guides: https://hexdocs.pm/phoenix/overview.html
|
|
|
|
* Docs: https://hexdocs.pm/phoenix
|
|
|
|
* Forum: https://elixirforum.com/c/phoenix-forum
|
|
|
|
* Source: https://github.com/phoenixframework/phoenix
|