Hello!
I have a fresh Ubuntu installation with Docker and Docker Compose.
I have created a docker-compose file according to:
https://hub.docker.com/r/pydio/cells/
Have changed CELLS_EXTERNAL to “pydio:8080”.
The containers starts up.
But I get:
cells_1 | ****************************************************************************************
cells_1 | #server ells_1 | # ✗ Oops, cannot find a valid configuration for the database!
cells_1 | #
cells_1 | # A - If it is the first time you start cells, make sure to first run the install step:
cells_1 | # $> cells install
cells_1 | #
cells_1 | # B - If you have already installed, maybe the configuration file is not accessible.
cells_1 | # Make sure you are launching the process as the correct OS user.
cells_1 | # Currently running as ‘root’
cells_1 | #
cells_1 | ****************************************************************************************
cells_1 |
cells_1 | Exiting now…
pydio_cells_1 exited with code 0
I have firewall disabled. How do I run cells install
? The user guide says I shall run the setup in the browser. I cannot reach http://pydio:8080/ on my local netowork (the DNS are ok here).
Please advice me!
Thanks!