proftpd
を起動.
TurboLinux Appliance Server はへっぽこすぎて,
当方が手動操作する必要あり,
ということなのかも.
このときに
/etc/init.d/proftpd start
はダメみたいで,
/etc/init.d/xinet.d restart
する必要あり,
か?
/etc/passwd
には含まれていないけれど,
ssh
などで login できるアカント,
とは?
foo
)
htpasswd -c ~/.htpasswd foo
cd /var/tdiary sudo mkdir foo sudo chown foo.apache foo sudo chmod 775 foo
index.rb
の代替の
index.cgi
設置
(chmod +x index.cgi
の必要あり);
その内容は
#!/usr/bin/env ruby require '/usr/local/share/tdiary/index'
update.rb
の設置;
その内容は
#!/usr/bin/env ruby require '/usr/local/share/tdiary/update'
plugin2
と
theme
へのシンボリックリンク
ln -s /usr/local/share/tdiary/plugin2 . ln -s /usr/local/share/tdiary/theme .
mkdir images sudo chown foo.apache images sudo chmod 775 images
tdiary.conf
の設置;
その内容は
@user_name = 'foo' eval( File::readlines( "/etc/tdiary.conf" ).join.untaint )
makerss.rb
plugin を動かすので,
その出力先 index.rdf
を準備する
touch index.rdf sudo chown apache index.rdf
mkdir files sudo chown foo.apache files sudo chmod 775 files