Giter Club home page Giter Club logo

gobel-ops-example's Introduction

gobel-ops-example

Gobel is a headless cms built with golang.

This is an example infrastructure configuration management for running gobel-example on the production environment on VPS by using terraform and ansible.

This sample code assumes the use of a Japanese VPS called conoha.

gobel

Get started

Assuming execution from the local environment.

Need to install the following tools:

  • terraform
  • ansible
  • ansible-lint

Setup infrastructure by terraform

Create a terraform.tfvars. See variables.tf for the variables you need to set.

cd terraform/
make apply

Provisioning by ansible

To perform a DNS-01 challenge with letsencrypt with certificate acquisition, you need to set dns before running provision.

Please set the A record to the domain.

It is OK if the A record is returned by executing the dig command.

dig DOMAIN_NAME
cd ansible/
make init-provision
make provision

Deploy

cd /deploy
cp .env.example .env # see a host file in /ansible/inventories/host_vars and edit an .env.
make deploy

License

This project is licensed under the terms of the MIT license.

Author

bmf - Software engineer.

gobel-ops-example's People

Contributors

bmf-san avatar

Stargazers

 avatar

Watchers

 avatar

gobel-ops-example's Issues

Run commands on docker

Run commands on docker.

  • ansible
  • ansible-lint
  • terraform

I want to adjust the makefile so that docker run can execute these commands.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.