= BibORB = È¿°úÀûÀÎ ¹®¼­°ü¸®¸¦ µµ¿ÍÁÖ´Â ÇÁ·Î±×·¥ÀÔ´Ï´Ù. php·Î Á¦À۵Ǿ À¥±â¹ÝÀ¸·Î ÀÛµ¿µÇ¸ç À¥ºê¶ó¿ìÁ®¸¦ ÅëÇؼ­ ¹®¼­ ¸ñ·ÏÀ» °ü¸®ÇÏ¸ç ¹®¼­ÀÇ À§Ä¡(·ÎÄÃÆÄÀÏ ¶Ç´Â URL) ¶ÇÇÑ ÇÔ²² °ü¸®ÇÒ ¼ö ÀÖ½À´Ï´Ù. ÀÓÀÇ·Î GroupÀ» Áö¾î¼­ ¹®¼­¸¦ º¸´Ù È¿À²ÀûÀ¸·Î °ü¸®ÇÒ ¼ö ÀÖ°í, °£´ÜÇÑ noteµµ ÷°¡ ÇÒ ¼ö ÀÖ½À´Ï´Ù. BibTeXÀ» À§ÇÑ bib ÆÄÀÏÀÇ import, export ¶ÇÇÑ °¡´ÉÇÕ´Ï´Ù. == homepage == http://www.nongnu.org/biborb/index.html == screenshots == http://www.nongnu.org/biborb/images/1.3/available_bibs.png http://www.nongnu.org/biborb/images/1.3/welcome_bib.png http://www.nongnu.org/biborb/images/1.3/display_by_group.png http://www.nongnu.org/biborb/images/1.3/article_edition.png == ¼³Ä¡¸¦ À§ÇÑ ÇÊ¿äÇÑ ÇÁ·Î±×·¥ == Apache web server, php. mod_php authenticationÀÌ ÇÊ¿äÇÑ °æ¿ì mysqlÀÌ ÇÊ¿ä. == ¸®´ª½º¿¡¼­ ¼³Ä¡ ¼ø¼­ == Àú´Â laptop¿¡ apache·Î ·ÎÄà À¥¼­¹ö¸¦ µ¹·Á¼­ »ç¿ëÇÏ¿´½À´Ï´Ù. * apache2 ¼³Ä¡ ÈÄ php Çؼ®ÀÌ °¡´ÉÇϵµ·Ï ¼³Á¤ÇØ µÓ´Ï´Ù. * open /etc/conf.d/apache2 * edit like: APACHE2_OPTS="-D SSL -D PHP4" * ·ÎÄà À¥¼­¹ö¸¦ µ¹¸®±â À§ÇØ ´ÙÀ½°ú °°ÀÌ. * open /etc/apache2/conf/apache2.conf * uncomment: "ServerName localhost" * apache¸¦ °¡µ¿ * /etc/init.d/apache2 start * ¹èÆ÷º»¸¶´Ù ºÎÆýà ÀÛµ¿µÇ°Ô rc.local¿¡ µî·ÏÇÏ´Â ¹æ¹ýÀÌ Á» ´Ù¸¨´Ï´Ù. ¸¸¾à Á¨Åõ¶ó¸é ´ÙÀ½°ú °°ÀÌ. * rc-update add apache2 default * home directory¿¡ À¥Æú´õ¸¦ ¸¸µì´Ï´Ù. * mkdir ~/public_html * À§¿¡ ¸¸µç À¥Æú´õ¿¡ biborb ÆÄÀÏÀ» DZ´Ï´Ù. * apache°¡ Á¢±Ù °¡´ÉÇϵµ·Ï Çã°¡±ÇÀ» °íÃÄ ÁÝ´Ï´Ù. * chmod 705 ~/ * chgrp -R apache ~/public_html ( as a root ) * chmod -R 770 ~/public_html * ¸¶Áö¸·À¸·Î À¥ºê¶ó¿ìÁ®¸¦ ÅëÇØ ½ÇÇàÇÕ´Ï´Ù. * http://localhost/~username written by aeronova