karlicoss / cloudmacs

Selfhost your Emacs and access it in browser
https://beepb00p.xyz/cloudmacs.html
GNU General Public License v3.0
509 stars 27 forks source link

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

Open brioglade opened 4 years ago

brioglade commented 4 years ago

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 commented 3 years ago

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 commented 12 months ago

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 "$@"

4) Run it.

    bash ./compose up -d

5) View it from http://localhost:8080. 6) (Optional) Close it... because your are browsing it on a phone.