LoginSignup
2
2

More than 3 years have passed since last update.

クロムブックで Web サーバーを動かす

Last updated at Posted at 2019-05-14

クロムブックで Web サーバーを動かす方法です。

1) Nginx をインストールします。

sudo apt install nginx-full

/var/www/html/index.html がディフォールトのページになります。

2) ip addr で Linux の IP アドレスを調べます。

私の場合は、100.115.92.194 になりました。

3) http://100.115.92.194/ にアクセス
Screenshot 2019-05-14 at 11.13.31.png

4)/var/www/html/index.html を編集して、変更が反映されることを確認します。

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2