ラスタム秘伝の

LT スライド

大作戦

reveal-js

http://lab.hakim.se/reveal-js/

image

 
 
 

reveal-ck

http://jedcn.github.io/reveal-ck/

image

ホスティング

ホスティング手順

 
 

:tada: :tada: :tada: :tada: :tada: :tada: :tada:

OSX はインストール不要!

:tada: :tada: :tada: :tada: :tada: :tada: :tada:

 
 
 
 
 
 

ホスティング手順

$ mkdir ~/Sites

5e221776-35ba-11e7-937b-252207298f30

ホスティング手順

$ ln -s /path/to/reveal.js/slides ~/Sites/hoge

screen shot 2017-05-10 at 20 09 22

ホスティング手順

 

$ vi /etc/apache2/users/$(whoami).conf
<Directory "/Users/あなたのユーザ名/Sites/">
  AllowOverride All
  Options Indexes MultiViews FollowSymLinks
  Require all granted
</Directory>

 
 
 
 
 
 

ホスティング手順

 

$ vi /etc/apache2/extra/httpd-userdir.conf
Include /private/etc/apache2/users/*.conf

 
 
 
 
 
 
 
 

ホスティング手順

 

$ vi /etc/apache2/httpd.conf
LoadModule authz_host_module libexec/apache2/mod_authz_host.so
LoadModule authz_core_module libexec/apache2/mod_authz_core.so
LoadModule userdir_module libexec/apache2/mod_userdir.so
LoadModule vhost_alias_module libexec/apache2/mod_vhost_alias.so
Include /private/etc/apache2/extra/httpd-userdir.conf
Include /private/etc/apache2/extra/httpd-vhosts.conf

 
 
 
 
 
 

ホスティング手順

 

$ sudo apachectl restart

 
 
 
 
 
 
 
 

ホスティング手順

http://あなたのIP/~あなたのユーザ名/シンボリックリンク

screen shot 2017-05-10 at 20 38 10

:checkered_flag:

How to Set up Apache in macOS Sierra 10.12
https://medium.com/@JohnFoderaro/how-to-set-up-apache-in-macos-sierra-10-12-bca5a5dfffba#.49gn0gs9w

image