Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tokuhirom/pjp
https://github.com/tokuhirom/pjp
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tokuhirom/pjp
- Owner: tokuhirom
- Created: 2011-01-26T02:15:25.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-02-25T08:47:22.000Z (over 12 years ago)
- Last Synced: 2024-10-11T21:00:03.689Z (about 1 month ago)
- Language: Perl
- Homepage: http://pjp.64p.org/
- Size: 7.25 MB
- Stars: 24
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.mkdn
Awesome Lists containing this project
README
new.perldoc.jp のソースです。
自前でうごかす方法
==================wget --no-check-certificates http://cpanmin.us
perl cpanm --installdeps .
plackup -p 5000 PJP.psgi勿論、PSGI based なので、Apache ででもなんででもうごきますけども。
アップデートするには
====================いまどき cvs のつかいかたとかわすれてるとおもうけど、以下のようにすればよろしい。
cd assets/perldoc.jp/
cvs -d:pserver:[email protected]:/cvsroot/perldocjp login
cvs upd -dPデザインを変更するには
======================デザインの管理には Scss をつかっています。
Scss の生成は gem の Sass が必要なので% gem install haml
して、
% sass --watch htdocs/static/css/main.scss:htdocs/static/css/main.css
してから変更してください。
main.css の方を変更してはいけません。
Dotcloud
========# http://packages.ubuntu.com/natty/cvs
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/c/cvs/cvs_1.12.13.orig.tar.gz
tar xzvf ...
curl -LO http://archive.ubuntu.com/ubuntu/pool/main/c/cvs/cvs_1.12.13-12ubuntu1.diff.gz
zcat *.diff.gz | patch -p1
cd ...
./configure --prefix=/home/dotcloud/perl5/
make
make install