- Make sure to install
make
,rsync
- Make sure to install
make
,rsync
,caddy-server
- Duplicate the
.env.sample
file as.env
file. - Change the
RSYNC_TARGET
in the.env
to the server IP, host name, or alias name that available forrsync
orssh
CLI.
- Execute on the local:
make sync
- Shell login to the server
- cd to the directory
cd /opass/CCIP-Server
- Execute the command:
make go
- Execute on the local:
make sync
- Shell login to the server
- cd to the directory
cd /opass/CCIP-Server/app
- Execute the command:
make caddy
- A debian distro VM on GCP.
- A caddy web server in the VM as the reverse proxy.
- Run CCIP-Server with
docker
https://github.com/CCIP-App/CCIP-Server
- New user added via GCP VM settings with ssh key generated via the following command:
ssh-keygen -t rsa -f user_name -C user_name -b 2048
- New user should be added to opass group via the following command on the server:
usermod -a -G opass user_name