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

Deployment script #10

Closed
dubs3c opened this issue Feb 16, 2019 · 2 comments
Closed

Deployment script #10

dubs3c opened this issue Feb 16, 2019 · 2 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@dubs3c
Copy link
Owner

dubs3c commented Feb 16, 2019

Create a deployment script, either with Fabric or Ansible.

Some requirements are:

  • The script should as general as possible, should take a project config file as input.
  • The script should generate a .service file so the application can be started/stopped/restarted with systemctl
  • Each application should run under its own user
  • Should be able to generate nginx configuration files from a template.

Fabric is a more lightweight than Ansibile. However Ansible includes a lot of configuration opportunities which may prove to be beneficial.

@dubs3c dubs3c added enhancement New feature or request help wanted Extra attention is needed labels Feb 16, 2019
@dubs3c dubs3c self-assigned this Feb 17, 2019
@dubs3c
Copy link
Owner Author

dubs3c commented Feb 19, 2019

Turns out ansible is not supported on Windows 😞 Fabric will be used instead.

@dubs3c
Copy link
Owner Author

dubs3c commented Feb 21, 2019

Fixed in 35de1b6

@dubs3c dubs3c closed this as completed Feb 21, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant