ubuntu certbot

    우분투에 Ruby / Nginx / Rails / Certbot 설치하기

    우분투에 Ruby / Nginx / Rails 설치하기 #Ruby 관련 라이브러리 설치sudo -s sudo apt-get updatesudo apt-get install git-core curl zlib1g-dev build-essential libssl-dev libreadline-dev libyaml-dev libsqlite3-dev sqlite3 libxml2-dev libxslt1-dev libcurl4-openssl-dev python-software-properties libffi-dev #Rbenv 설치하기 cd git clone git://github.com/sstephenson/rbenv.git .rbenv echo 'export PATH="$HOME/.rbenv/bin:$PATH"' ..