Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 434 Bytes

php.md

File metadata and controls

11 lines (9 loc) · 434 Bytes

PHP 編

git clone https://github.com/omegasisters/homepage.git
cd homepage
php -S 0.0.0.0:8000 -t ../

サーバーが起動したら、次にブラウザーで http://0.0.0.0:8000/homepage を開いてください。 同じローカルネットワークであればホストの IP アドレス:8000(例: http://192.168.1.2:8000 )でスマホからも確認できます。 サーバーは ctrl+c で停止できます。