Skip to content

Instantly share code, notes, and snippets.

View qw1mb0's full-sized avatar

Andrey Sidorov qw1mb0

  • Russian Federation, Crimea
View GitHub Profile
@linjunpop
linjunpop / deploy-rails-4-app-with-dokku-on-digital-ocean.md
Last active May 30, 2023 08:20
Deploy Rails 4 app with Dokku on DigitalOcean

Deploy Rails 4 app with Dokku on DigitalOcean

Install dokku

First create a Ubuntu 13.04 x64 droplet on DigitalOcean Control Panel

Then ssh with root account, run this in termianl:

$ wget -qO- https://raw.github.com/progrium/dokku/master/bootstrap.sh | sudo bash
@ungoldman
ungoldman / dokku_setup.md
Last active November 28, 2023 12:35
Deploy your own PaaS: Setting up Dokku with DigitalOcean and Namecheap

Deploy your own PaaS!

Setting up Dokku with DigitalOcean and Namecheap

..or how I made my own heroku in a few hours for $3.98.


This write-up is several years out of date! You probably shouldn't use it.

@zouxuoz
zouxuoz / README.md
Last active May 6, 2023 08:52
Install TeamCity 9.1.7 on CentOS 7.2 x64 with Nginx

Install

Follow the steps below to install TeamCity 9.1.7 on CentOS 7.2 x64 with Nginx as the proxy for port 80.

Install Team City:

wget -c https://gist.githubusercontent.com/zouxuoz/6079f9153456423fd28c110d2fc9b035/raw/install.sh -O /tmp/teamcity-install.sh

sh /tmp/teamcity-install.sh