booking-svc

command module
v2.21.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 7, 2021 License: AGPL-3.0 Imports: 10 Imported by: 0

README

booking-svc

booking-svc - booking service


How it works

  • Using micro framework
  • Using liqpay service

Deploy with own gitlab-runner

GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline.

Dependencies

1. GNU Make info

sudo apt install make

2. Gitlab Runner info

curl -L https://packages.gitlab.com/install/repositories/runner/gitlab-runner/script.deb.sh | sudo bash
sudo apt-get install gitlab-runner
Installation order

1. Set gitlab-runner run user and working directory

# change working-directory to $TARGET_DIR_ON_HOST
sudo sed -i 's/\/home\/gitlab-runner/\/home\/nimda\/code/' /etc/systemd/system/gitlab-runner.service

# change runinig user
sudo sed -i 's/\"--user\" \"gitlab-runner\"/\"--user\" \"nimda\"/' /etc/systemd/system/gitlab-runner.service

2. Reload systemct daemons

sudo systemctl daemon-reload

3. Restart gitlab-runner service

sudo service gitlab-runner restart

4. Register gitlab-runner info

sudo gitlab-runner register \
--non-interactive \
--url "https://gitlab.softpark.kz/" \
--registration-token "PROJECT_RUNNER_TOKEN" \
--executor "shell" \
--description "gr.booking-svc.{environment}" \
--tag-list "deploy,deploy.booking-svc.{environment}"

5. Give service start without askpass

sudo cp booking-svc.sudoers /etc/sudoers.d/booking-svc

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL