「サーバー」の版間の差分
(→Apache 2.2 に Phusion Passenger をプラグインし、Apache 上で Ruby on Rails アプリケーションを動かせるようにする) |
|||
(同じ利用者による、間の4版が非表示) | |||
1行目: | 1行目: | ||
[[Category:memo|{{PAGENAME}}]] | [[Category:memo|{{PAGENAME}}]] | ||
+ | == タイムゾーン == | ||
+ | サーバーのタイムゾーンを日本時間(JST)に設定するには、以下のコマンドを使用します: | ||
+ | |||
+ | sudo timedatectl set-timezone Asia/Tokyo | ||
+ | |||
+ | タイムゾーンが正しく設定されたかどうかを確認するには、以下のコマンドを使用します: | ||
+ | |||
+ | timedatectl status | ||
+ | |||
+ | == 見出しタイトル == | ||
https://ubuntu.perlzemi.com | https://ubuntu.perlzemi.com | ||
== Ubuntu Apache2の設定 == | == Ubuntu Apache2の設定 == | ||
https://penpen-dev.com/blog/ubuntuapache2/ | https://penpen-dev.com/blog/ubuntuapache2/ | ||
+ | sudo systemctl reload apache2 | ||
sudo systemctl restart apache2 | sudo systemctl restart apache2 | ||
11行目: | 22行目: | ||
https://cf-docs.jp-east-1.paas.cloud.global.fujitsu.com/ja/manual/tut-dev/tut-dev/topics/t-dev-vm-install-redmine-passenger.html | https://cf-docs.jp-east-1.paas.cloud.global.fujitsu.com/ja/manual/tut-dev/tut-dev/topics/t-dev-vm-install-redmine-passenger.html | ||
passenger-install-apache2-module | passenger-install-apache2-module | ||
+ | |||
+ | == node.jsを永続的に起動する == | ||
+ | |||
+ | 食べたいねっと | ||
+ | $ forever start server.js | ||
+ | |||
+ | 勅号マップ作成室 | ||
+ | $ forever start bin/www |
2023年12月15日 (金) 12:58時点における最新版
目次
タイムゾーン編集
サーバーのタイムゾーンを日本時間(JST)に設定するには、以下のコマンドを使用します:
sudo timedatectl set-timezone Asia/Tokyo
タイムゾーンが正しく設定されたかどうかを確認するには、以下のコマンドを使用します:
timedatectl status
見出しタイトル編集
Ubuntu Apache2の設定編集
https://penpen-dev.com/blog/ubuntuapache2/
sudo systemctl reload apache2 sudo systemctl restart apache2
Apache 2.2 に Phusion Passenger をプラグインし、Apache 上で Ruby on Rails アプリケーションを動かせるようにする編集
https://weblabo.oscasierra.net/install-phusion-passenger-to-redhat/
passenger-install-apache2-module
node.jsを永続的に起動する編集
食べたいねっと
$ forever start server.js
勅号マップ作成室
$ forever start bin/www