technicalsuwako.moe/www/blog/kindai-web-dev-install-muzu.../index.html

124 行
6.4 KiB
HTML
Raw Blame 履歴

このファイルには曖昧(ambiguous)なUnicode文字が含まれています

このファイルには、他の文字と見間違える可能性があるUnicode文字が含まれています。 それが意図的なものと考えられる場合は、この警告を無視して構いません。 それらの文字を表示するにはエスケープボタンを使用します。

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ja">
<head>
<meta content="text/html; charset=utf-8" http-equiv="content-type" />
<meta name="author" content="テクニカル諏訪子" />
<meta name="description" content="デジタル自主のロリ神様" />
<link rel="alternate" type="application/atom+xml" title="テクニカル諏訪子 feed" href="../../blog.atom" />
<title>テクニカル諏訪子: 【意見】近代のウェブ開発:「インストール方法はもう簡単になった」</title>
<link rel="stylesheet" type="text/css" href="../../static/style.css" />
</head>
<body>
<div class="jswarning" id="jswarning">注意JavsScriptはONです。安全・安心の為、JavaScriptをOFFにしてお願い致します。</div>
<script type="text/javascript">
document.getElementById('jswarning').style.display = 'block';
</script>
<div class="container">
<img src="/static/Eqjk_WgVQAE2psn-new.jpeg" class="header-img" alt="ヘッダー" />
<p>
<a href="/">トップ</a> |
<a href="/about/">自己紹介</a> |
<a href="/contact/">連絡先</a> |
<a href="/freelancer/">フリーランス</a> |
<a href="/service/">サービス</a> |
<a href="/webring/">リング</a> |
<a href="/i2pabout/">I2Pについて</a>
</p>
<p>
<a href="/blog.atom"><img src="/static/rssa.png" alt="RSS" />で登録</a> |
<a href="https://social.076.ne.jp/TechnicalSuwako"><img src="/static/mastodon.png" alt="Mastodon" />/<img src="/static/pleroma.png" alt="Pleroma" />でフォロー</a> |
<a href="https://video.076.ne.jp/c/technicalsuwako"><img src="/static/peertube.png" alt="PeerTube" />で登録</a> |
<a href="https://www.technicalsuwako.jp"><img src="/static/clearnet.png" alt="一般ネット" /></a> |
<a href="http://6qiatzlijtqo6giwvuhex5zgg3czzwrq5g6yick3stnn4xekw26zf7qd.onion/"><img src="/static/tor.png" alt="Tor" /></a> |
<a href="http://technicalsuwako.i2p/"><img src="/static/i2p.png" alt="I2P" /></a>
</p>
<p>
支援♡:
<a href="/support/monero/"><img src="/static/monero.png" alt="Monero" /></a> |
<a href="/support/wownero"><img src="/static/wownero.png" alt="Wownero" /></a> |
<a href="/support/bitcoin"><img src="/static/bitcoin.png" alt="Bitcoin" /></a>
</p>
<hr />
<div class="header">
<h1>【意見】近代のウェブ開発:「インストール方法はもう簡単になった」</h1>
<a href="/">トップページに戻る</a>
<div class="info">
凜、
2021年05月08日
&mdash;
<a href="/tags/jp/">jp</a>,
<a href="/tags/blog/">blog</a>,
<a href="/tags/意見/">意見</a>,
<a href="/tags/ウェブ開発/">ウェブ開発</a>
</div>
</div>
<hr />
<div>
<p>昨日、不意にPawooからBANされましたから、<a href="https://social.076.ne.jp">自分のSNSインスタンスをインストールしてみました</a><br />
でも、本当に難しかったですので、昔のインストール方法が思い出しました。<br />
本当に簡単になったか?と思いました…</p>
<h1 id="1990">1990年代のインストール方法</h1>
<ol>
<li>HTML及びCSSファイルをFTPにアップします</li>
</ol>
<h1 id="2000">2000年代のインストール方法</h1>
<ol>
<li>ファイルをFTPにアップして</li>
<li>MySQLデータベースを準備して</li>
<li><code>(ドメイン名)/install.php</code>を実行します</li>
</ol>
<h1 id="2010">2010年代のインストール方法</h1>
<ol>
<li>ファイルをFTPにアップして</li>
<li>データベースを準備して</li>
<li>Rubyの場合<code>gem install bundler &amp;&amp; bundle install</code>」、PHPの場合<code>composer install</code>」を実行して</li>
<li><code>npm i</code>」を実行して</li>
<li>大きいコンフィグファイルを編集して</li>
<li>問題があれば、「<code>/var/log</code>」にあるログファイルを読んでみます</li>
</ol>
<h1 id="2020">2020年代のインストール方法</h1>
<ol>
<li>Linuxのパッケージを更新して</li>
<li>wgetでソースコードをダウンロードして</li>
<li>マニュアルにある必要なソフトウェアをインストールして</li>
<li>複数コンフィグファイルを編集して</li>
<li>新しいUNIXユーザーを作って</li>
<li>rootユーザーでコンパイラーをインストールして(Go、Ruby、PHP、Node、Python、Elixer、Rust、全部は必須かもしん)</li>
<li>作ったユーザーでこのコンパイラーでアプリをインストールして</li>
<li>作ったユーザーで「<code>yarn</code>」を実行して</li>
<li>rootユーザーで<code>systemctl</code>でウェブアプリを起動して</li>
<li>問題があれば、英語を勉強したり、エラーを読んで</li>
<li>エラーをネットで検索すると、多分直れるかもしん</li>
<li>rootユーザーでnginx又はapache/httpdのコンフィグを変更して</li>
<li>rootユーザーでcertbotをインストールして、ヶ月一回実行して(エラーがあれば、ヶ月何回実行して)</li>
<li>アフターインストール方法:またコンフィグファイルを編集して、マニュアルに無いエラーがあれば、修正してね〜</li>
</ol>
<p>以上</p>
</div>
<hr />
<a href="https://github.com/piranha/gostatic">gostatic</a>で創作しました。<a href="https://git.076.ne.jp/TechnicalSuwako/StaticSuwako"><img src="/static/git.png" alt="Git" /></a>
<a href="http://validator.w3.org/check?uri=https%3A%2F%2Fwww.technicalsuwako.jp%2F">
<img src="http://www.w3.org/Icons/valid-xhtml11" alt="Valid XHTML 1.1" height="31" width="88" />
</a>
<a href="https://jigsaw.w3.org/css-validator/validator?lang=ja&amp;profile=none&amp;uri=https%3A%2F%2Fwww.technicalsuwako.jp%2F&amp;usermedium=all&amp;vextwarning=&amp;warning=1">
<img style="border:0;width:88px;height:31px" src="https://jigsaw.w3.org/css-validator/images/vcss" alt="正当なCSSです!" />
</a>
<a href="https://anybrowser.org/campaign/images/button_enhanced.gif">
<img style="border:0;width:88px;height:31px" src="https://anybrowser.org/campaign/bvgraphics/any1.gif" alt="どっちでもブラウザで表示出来ます!" />
</a>
</div>
</body>
</html>