8000 omegasisters-homepage/documents/environment/elixir.md at master · Libra694/omegasisters-homepage · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 391 Bytes

File metadata and controls

8 lines (6 loc) · 391 Bytes

Elixir 編

git clone https://github.com/omegasisters/homepage.git
elixir --no-halt --app inets -e ":inets.start(:httpd,[{:server_name,'localhost'},{:document_root,'.'},{:server_root,'.'},{:port,8000},{:mime_types,[{'html','text/html'},{'css','text/css'}]}])"

サーバーが起動したら、次にブラウザーで http://localhost:8000/homepage/ を開いてください。

0