The project is in a healthy, maintained state
Tools for managing servers and apps built using dokku
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

Standard::Procedure::Anvil

Some simple scripts for installing Dokku applications on Ubuntu servers.

Why does this exist?

I needed a tool to simplify the management of my many dokku-deployed Ruby on Rails apps.

Installation

Anvil requires Ruby 2.7 or newer, as it uses ConcurrentRuby to handle doing more than one thing at once.

gem install standard-procedure-anvil

Usage

Build a server

Ultimately the plan is to use Fog to handle building servers.

But until then, you can prepare your servers using CloudInit

Generating a cloudinit file with anvil cloudinit generate

Install and deploy

Use the anvil app install and anvil app deploy commands to install and deploy your app to your server.

Manage and reconfigure

Use anvil app scale and anvil app reconfigure to manage and reconfigure your app. (Docs coming soon)

Ruby on Rails

I'm a Rails developer and I built anvil to help me with my Rails apps. Here are some things I learnt along the way.

Contributing

Check out the Roadmap

Bug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/standard-procedure-anvil.

License

The gem is available as open source under the terms of the MIT License.