summaryrefslogtreecommitdiffstats
path: root/README.txt
blob: 5f799c49d56dcb171ab1aa59a3818b385b3967f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
bundle exec jekyll serve

JEKYLL_ENV=production bundle exec jekyll build

Permissions

$ cd /var/www/htdocs
# chown -R www:www www.asciimx.com
# chmod -R 444 www.asciimx.com/
# chmod u+x,g+x www.asciimx.com/
# cd www.asciimx.com/
# find . -type d -exec chmod 554 {} +
# chmod 554 cgi-bin/find.cgi

Checking CGI script errors in chroot:

# chroot /var/www/ htdocs/www.asciimx.com/cgi-bin/find.cgi

Search Perl deps:

# pkg_add p5-HTML-Escape