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

Please make a tutorial video on how to install it. #4

Open
brioglade opened this issue Feb 6, 2020 · 2 comments
Open

Please make a tutorial video on how to install it. #4

brioglade opened this issue Feb 6, 2020 · 2 comments

Comments

@brioglade
Copy link

Is it easily just to pull docker container to install it in VPS?
I am not very familiar with VPS or DOCKER so I was defeated to see the installation document.
Could you please make a tutorial video?

@mooseyboots
Copy link

mooseyboots commented Oct 12, 2021

i'm not familiar with docker either, and i get about 4 python exceptions when i run ./compose up -d after following the instructions.

@zzeitt
Copy link

zzeitt commented Oct 18, 2023

  1. docker pull karlicoss/cloudmacs (maybe you should sudo apt install docker.io, too).

  2. Download latest docker-compose.

  3. Copy the compose and docker-compose.yml files from this repo, and put them in somewhere like this:

    <any_path>/cloudmacs/
        |____compose
        |____docker-compose.yml
    <any_path_2>/dockercompose/
        |____docker-compose-linux-x86_64

Modifiy the last unblank line of compose file as:

<any_path_2>/dockercompose>/docker-compose-linux-x86_64 "$@"
  1. Run it.
    bash ./compose up -d
  1. View it from http://localhost:8080.
  2. (Optional) Close it... because your are browsing it on a phone.

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