Skip to content

dopos/dcape-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcape-app-template

GitHub Release GitHub code size in bytes GitHub license

upstream_name application package for dcape.

Upstream

Requirements

Install

Via CI/CD

  • VCS: Fork or mirror this repo in your Git service
  • CI/CD: Activate repo
  • VCS: "Test delivery", config sample will be saved to config service (enfist in dcape)
  • Config: Edit config vars and remove .sample from config name
  • VCS: "Test delivery" again (or CI/CD: "Restart") - app will be installed and started on CI/CD host
  • After that just change source and do git push - app will be reinstalled and restarted on CI/CD host

Via terminal

Run commands on deploy host with dcape installed:

git clone https://github.com/dopos/dcape-app-template.git
cd dcape-app-template
make config-if
... <edit .env>
make up

License

Copyright 2024 Aleksei Kovrizhkin lekovr+dopos@gmail.com

Licensed under the Apache License, Version 2.0 (the "License");