Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Broken install instructions #36

Open
ThorpeJosh opened this issue Oct 5, 2020 · 5 comments
Open

Broken install instructions #36

ThorpeJosh opened this issue Oct 5, 2020 · 5 comments

Comments

@ThorpeJosh
Copy link
Contributor

Hi,
The latest changes you made in Update Docs and ScreenShots have broken the install process when following the instructions at https://cyborgbackup.readthedocs.io/en/latest/user/install.html#install

In-particular changing the filename to "docker-compose.full.yml" results in an error when running

$ docker-compose up
ERROR: 
        Can't find a suitable configuration file in this directory or any
        parent. Are you in the right directory?

        Supported filenames: docker-compose.yml, docker-compose.yaml

Then if I manually rename the filename to "docker-compose.yml" I get the following error

$ docker-compose up
ERROR: Service 'ui' depends on service 'web' which is undefined.

Thanks

@GaetanF
Copy link
Collaborator

GaetanF commented Oct 5, 2020

Hello,

I have updated the documentation and the docker-compose file

Thanks
Regards

@ThorpeJosh
Copy link
Contributor Author

Hi,

Thanks for fixing that, now I get the following error

$ docker-compose up
...
...
Pulling ui (cyborgbackup/cyborgbackup-ui:latest)...
ERROR: manifest for cyborgbackup/cyborgbackup-ui:latest not found: manifest unknown: manifest unknown

@GaetanF
Copy link
Collaborator

GaetanF commented Oct 5, 2020

The latest image of cyborgbackup/cyborgbackup-ui haven't be build yet.

You can use the develop tag instead.

@ThorpeJosh
Copy link
Contributor Author

Ok, I got the docker container running by changing the docker-compose.yml
But now the next instruction on the installation docs gives the following error

$ docker-compose exec web /bin/bash
ERROR: No such service: web

@JamesColeman-AH
Copy link

docker-compose exec api /bin/bash

They changed the name in docker-compose.yml.

You may want to edit the docker-compose to put the ui ports as:

    ports:
      - 8080:80

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants