Difference between revisions of "User:Woozle/toot.cat/2018/04/10"
Jump to navigation
Jump to search
(more follow-up) |
|||
| Line 19: | Line 19: | ||
* [https://gist.github.com/foxsan48/dad39f49777794d60594905e85e8fc45 Gist] | * [https://gist.github.com/foxsan48/dad39f49777794d60594905e85e8fc45 Gist] | ||
* [https://toot.cat/@woozle/99841228289384064 toot to StaticSafe] | * [https://toot.cat/@woozle/99841228289384064 toot to StaticSafe] | ||
| + | * There are also some notes in [https://rm.vbz.net/projects/toot-cat-sysops/wiki toot.cat private on Redmine] that could be made public | ||
Latest revision as of 11:03, 31 May 2018
Server created: 4GB- 2CPU - 80GB - $20/mo, Ubuntu 16.04, SFO2, IPv6, Gonzo key.
Using the official instructions from the start this time, but using Ruby 2.5.0 instead of 2.4.1. Skipping the server-creation and DNS bits because I do those without thinking. (Also, can't point the real domain here until later.)
These instructions assume you're running as root, which works for me.
mkdir setup(/root/setup)cd setup- because I like to keep setup clutter in a separate folderwget https://deb.nodesource.com/setup_6.xbash setup_6.xapt -y install curl- was already the latest versioncurl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add -echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.listapt updateapt -y install imagemagick ffmpeg libpq-dev libxml2-dev libxslt1-dev file git g++ libprotobuf-dev protobuf-compiler pkg-config nodejs gcc autoconf bison build-essential libssl-dev libyaml-dev libreadline6-dev zlib1g-dev libncurses5-dev libffi-dev libgdbm3 libgdbm-dev nginx redis-server redis-tools postgresql postgresql-contrib nginx letsencrypt yarn
At this point (morning of 4/11), I turned the problem over to Lottie...
- Gist
- toot to StaticSafe
- There are also some notes in toot.cat private on Redmine that could be made public