- Install Homebrew from https://brew.sh
$ brew install podman$ brew install podman| #!/usr/bin/python3 | |
| # Copyright (C) 2020, Raphaël . Droz + floss @ gmail DOT com | |
| # This program is free software: you can redistribute it and/or modify | |
| # it under the terms of the GNU General Public License as published by | |
| # the Free Software Foundation, either version 3 of the License, or | |
| # (at your option) any later version. | |
| # Decrypt a file encrypted using Pydio-cells, assuming are provided | |
| # - export the encrypted master key as exported by the UI |
| # install ruby, rubygems and all requirements, then install FPM (effing package manager) | |
| # fpm: https://github.com/jordansissel/fpm | |
| # as root | |
| # update system, install requirements | |
| yum update -y | |
| yum install ruby-devel gcc curl libyaml-devel | |
| # get the ruby version manager and install | |
| curl -L get.rvm.io | bash -s stable |
put the function in your .zshrc or .bashrc and then
~ ia-save http://twitter.com/atomotic
https://web.archive.org/web/20140702123925/http://twitter.com/atomotic
| import os | |
| from fabric.api import * | |
| from jinja2 import Environment, FileSystemLoader | |
| from StringIO import StringIO | |
| PROJECT_PATH = os.path.abspath(os.path.dirname(__file__)) | |
| @task | |
| def config(): | |
| # put nginx.conf template into remote nginx folder |