{"id":168,"date":"2011-02-09T16:08:38","date_gmt":"2011-02-09T16:08:38","guid":{"rendered":"http:\/\/gigihfordanama.wordpress.com\/?p=168"},"modified":"2017-07-01T21:04:00","modified_gmt":"2017-07-01T21:04:00","slug":"science-information-portal-development-using-dspace-and-freebsd-as-one-of-webometric-strategy","status":"publish","type":"post","link":"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/09\/science-information-portal-development-using-dspace-and-freebsd-as-one-of-webometric-strategy\/","title":{"rendered":"Science information portal development using DSPACE and FreeBSD, as one of webometric strategy"},"content":{"rendered":"<p>DSpace is the software of choice for academic, non-profit, and commercial organizations building open digital repositories.\u00a0 It is free and easy to install &#8220;out of the box&#8221; and completely customizable to fit the needs of any organization. <strong>DSpace<\/strong> preserves and enables easy and open access to all types of digital content including text, images, moving images, mpegs and data sets.\u00a0 And with an ever-growing community of developers, committed\u00a0 to continuously expanding and improving the software, each DSpace installation benefits from the next. If you are trying to promote your business then you need to get <A href=\"https:\/\/www.oxagile.com\/services\/web-development\/\">web application development<\/a>.<br \/>\ntaken from : <a href=\"http:\/\/www.dspace.org\/\">http:\/\/www.dspace.org <!--more--><\/a>OK, from now please watch your eye, follow this intruction carefully<\/p>\n<p><strong>1. Installing Operating System : Writer using FreeBSD 7.0 Stable, please access this link for detail <\/strong><br \/>\n<a href=\"http:\/\/unilanet.unila.ac.id\/%7Egigih\/index.php?option=com_content&amp;task=view&amp;id=33&amp;Itemid=34\">http:\/\/unilanet.unila.ac.id\/~gigih\/index.php?option=com_content&amp;task=view&amp;id=33&amp;Itemid=34<\/a><\/p>\n<p><strong>2. Environmental Construction<\/strong><\/p>\n<p>FreeBSD for the Java Development Kit (JDK) installed.<br \/>\n<a href=\"http:\/\/www.freebsdfoundation.org\/downloads\/java.shtml\">http:\/\/www.freebsdfoundation.org\/downloads\/java.shtml<\/a> go get diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2<\/p>\n<div>\n<blockquote><p><strong># mkdir \/usr\/ports\/distfiles<br \/>\n# mv diablo-caffe-freebsd6-amd64-1.5.0_07-b01.tar.bz2 \/usr\/ports\/distfiles\/<br \/>\n# cd \/usr\/ports\/java\/diablo-jdk15<br \/>\n# make install clean<\/strong><\/p><\/blockquote>\n<p><strong>Set Environment Variables<\/strong><br \/>\ncreate user:dspace and set home directory to \/home\/dspace<br \/>\n\/home\/dspace\/.cshrc add the following config<\/p>\n<blockquote><p><em>setenv JAVA_HOME \/usr\/local\/diablo-jdk1.5.0<br \/>\nsetenv CLASS_PATH\u00a0\u00a0\u00a0\u00a0 $JAVA_HOME\/lib\/tools.jar setenv CLASS_PATH $JAVA_HOME\/lib\/tools.jar<\/em><\/p><\/blockquote>\n<p><strong> Installing Apache Ant<\/strong><\/p>\n<blockquote><p><strong># cd \/usr\/ports\/devel\/apache-ant<br \/>\n# make install clean <\/strong><\/p><\/blockquote>\n<\/div>\n<p><strong>Set Environment Variables<\/strong><br \/>\n\/home\/dspace\/.cshrc add the following<\/p>\n<blockquote><p><em>setenv ANT_HOME \/usr\/local\/ant<br \/>\nsetenv ANT\u00a0\u00a0 \/usr\/local\/bin\/a<\/em>nt<\/p><\/blockquote>\n<p>Installing PostgreSQL<\/p>\n<blockquote><p><strong># cd \/usr\/ports\/databases\/postgresql80-client\/<br \/>\n# make &amp;&amp; make install clean<br \/>\n<\/strong><\/p><\/blockquote>\n<blockquote><p><strong># cd \/usr\/ports\/databases\/postgresql80-server\/<br \/>\n# make &amp;&amp; make install clean<\/strong><\/p><\/blockquote>\n<p><strong>Database initialization postgres<\/strong><\/p>\n<blockquote><p><strong>#initdb<br \/>\n<\/strong><\/p><\/blockquote>\n<p><strong>Editing configuration files<\/strong><\/p>\n<blockquote><p><strong>#cd \/usr\/local\/pgsql\/data<br \/>\n#vi postgresql.conf<\/strong><\/p><\/blockquote>\n<blockquote><p>(postgresql.conf to fix part of the following)<br \/>\n#listen_addresses = &#8216;localhost&#8217; # Listen_addresses = &#8216;localhost&#8217;<br \/>\n\u2193 \u2193<br \/>\n<strong><em>listen_addresses = &#8216;localhost&#8217; listen_addresses = &#8216;localhost&#8217;<\/em><\/strong><\/p>\n<p>#vi pg_hba.conf<\/p>\n<p>(pg_hba.conf\u00a0 to add the following to the end.)<br \/>\n<strong><em>host\u00a0\u00a0\u00a0 dspace\u00a0\u00a0\u00a0\u00a0\u00a0 dspace\u00a0\u00a0\u00a0\u00a0\u00a0 127.0.0.1\/32\u00a0\u00a0 md5 host dspace dspace 127.0.0.1\/32 md5<\/em><\/strong><\/p><\/blockquote>\n<p><strong>Starting postgres daemon postmaster <\/strong><\/p>\n<blockquote><p><strong>#pg_ctl start <\/strong><\/p><\/blockquote>\n<p>or you can use<\/p>\n<blockquote><p><strong>#\/usr\/local\/etc\/rc.d\/postgresql start (first put postgresql_enable=&#8221;YES&#8221; on \/etc\/rc.conf)<\/strong><\/p><\/blockquote>\n<p><strong>Create Database<\/strong><\/p>\n<blockquote><p><strong>#Createdb-U dspace-E UNICODE dspace<br \/>\n<\/strong><\/p><\/blockquote>\n<p>At runtime the user running initdb (in this case, dspace) but it was also on PostgreSQL, this is not necessary to create a database user (dspace by someone other than if you run initdb required.)<\/p>\n<p><strong>Installing Tomcat<\/strong><\/p>\n<blockquote><p><strong>#cd \/usr\/ports\/www\/tomcat6\/<br \/>\n#make &amp;&amp; make install clean<\/strong><\/p><\/blockquote>\n<p><strong>starting Tomcat6<\/strong><\/p>\n<blockquote><p><strong>#\/usr\/local\/etc\/rc.d\/tomcat6 start (first put tomcat6_enable=&#8221;YES&#8221; on \/etc\/rc.conf)<\/strong><\/p><\/blockquote>\n<p>Check website, that our server already running Tomcat 6<br \/>\n<strong>http:\/\/yoursite.tld.com:8180<\/strong><\/p>\n<p>to make sure that we using port 8180, please check server.xml on this directory<\/p>\n<blockquote><p><strong>#cd \/usr\/local\/apache-tomcat6.0\/conf<\/strong><br \/>\n<strong>#vi server.xml<\/strong><\/p>\n<p><em>&#8212; cuted&#8212;&#8212;&#8212;<br \/>\n&lt;Connector port=&#8221;8180&#8243; protocol=&#8221;HTTP\/1.1&#8243;<br \/>\nconnectionTimeout=&#8221;20000&#8243;<br \/>\nredirectPort=&#8221;8443&#8243; \/&gt;<br \/>\n&lt;!&#8211; A &#8220;Connector&#8221; using the shared thread pool&#8211;&gt;<br \/>\n&lt;!&#8211;<\/em><\/p><\/blockquote>\n<p>Done , now we already have server support for java, tomcat, postgres platform<\/p>\n<p>now we going move to preparing dspace instalation;<\/p>\n<p><strong>Source Deployment<\/strong><\/p>\n<blockquote><p><strong>&gt; su<br \/>\n<\/strong><\/p><\/blockquote>\n<blockquote><p><strong>#cd \/usr\/local\/apache-tomcat6.0\/webapps\/ (Download source)<br \/>\n#wget http:\/\/jaist.dl.sourceforge.net\/sourceforge\/dspace\/dspace-1.4.2-source.tgz<br \/>\n#tar -zxvf dspace-1.4.2-source.tgz<br \/>\n#chown -R dspace.dspace \/usr\/local\/src\/dspace-1.4.2-source<br \/>\n#exi<\/strong>t<\/p><\/blockquote>\n<p><strong>Adding Java libraries<\/strong><\/p>\n<blockquote><p><strong>#cd \/usr\/ports\/databases\/postgresql-jdbc\/<br \/>\n#maek &amp;&amp; make install clean<\/strong><\/p><\/blockquote>\n<p><strong>Screen shoot log installing postgresql-jdbc<\/strong><\/p>\n<blockquote><p><em>lemlit# cd \/usr\/ports\/databases\/postgresql-jdbc\/<br \/>\nlemlit# make<br \/>\n===&gt;\u00a0 Vulnerability check disabled, database not found<br \/>\n===&gt;\u00a0 Extracting for postgresql-jdbc-8.3.603_1<br \/>\n=&gt; MD5 Checksum OK for postgresql\/postgresql-jdbc-8.3-603.src.tar.gz.<br \/>\n=&gt; SHA256 Checksum OK for postgresql\/postgresql-jdbc-8.3-603.src.tar.gz.<br \/>\n===&gt;\u00a0 Patching for postgresql-jdbc-8.3.603_1<br \/>\n===&gt;\u00a0 Applying FreeBSD patches for postgresql-jdbc-8.3.603_1<br \/>\n\/usr\/bin\/sed -i.bak &#8216;s,\/usr\/local\/pgsql\/share\/java,\/usr\/local\/share\/java\/classes,&#8217; \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/README<br \/>\n===&gt;\u00a0\u00a0 postgresql-jdbc-8.3.603_1 depends on file: \/usr\/local\/diablo-jdk1.6.0\/bin\/java &#8211; found<br \/>\n===&gt;\u00a0\u00a0 postgresql-jdbc-8.3.603_1 depends on file: \/usr\/local\/bin\/ant &#8211; found<br \/>\n===&gt;\u00a0 Configuring for postgresql-jdbc-8.3.603_1<br \/>\n===&gt;\u00a0 Building for postgresql-jdbc-8.3.603_1<br \/>\nBuildfile: build.xml<\/em><\/p>\n<p><em>all:<\/em><\/p>\n<p><em>prepare:<br \/>\n[mkdir] Created dir: \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/build<br \/>\n[mkdir] Created dir: \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/jars<\/em><\/p>\n<p><em>check_versions:<\/em><\/p>\n<p><em>check_driver:<\/em><\/p>\n<p><em>driver:<br \/>\n[copy] Copying 1 file to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/org\/postgresql<br \/>\n[copy] Copying 1 file to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/org\/postgresql\/util<br \/>\n[copy] Copying 1 file to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/org\/postgresql\/ds<br \/>\n[copy] Copying 1 file to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/org\/postgresql\/ds<br \/>\n[copy] Copying 1 file to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/org\/postgresql\/ds<br \/>\n[echo] Configured build for the JDBC4 edition driver with SSL<\/em><\/p>\n<p><em>compile:<br \/>\n[javac] Compiling 146 source files to \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/build<br \/>\n[javac] Note: Some input files use or override a deprecated API.<br \/>\n[javac] Note: Recompile with -Xlint:deprecation for details.<br \/>\n[javac] Note: Some input files use unchecked or unsafe operations.<br \/>\n[javac] Note: Recompile with -Xlint:unchecked for details.<\/em><\/p>\n<p><em>jar:<br \/>\n[jar] Building jar: \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/jars\/postgresql.jar<\/em><\/p>\n<p><em>BUILD SUCCESSFUL<br \/>\nTotal time: 4 seconds<br \/>\nlemlit#<\/em><\/p><\/blockquote>\n<p>This process will create one file postgresql.jar, and will be used by dspace program<\/p>\n<p><strong>now move to directory dspace source <\/strong><\/p>\n<blockquote><p><strong>#cd \/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source\/config<br \/>\n#vi dspace.cfg<\/strong><\/p><\/blockquote>\n<blockquote><p><em>(The main changes are as follows)<br \/>\ndspace.dir = \/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source<br \/>\ndspace.url =\u00a0 http:\/\/[host name or IP address]:8180\/dspace &#8211;&gt; ex: http:\/\/lemlit.unila.ac.id:8180\/dspace<br \/>\ndspace.hostname = [host name or IP address] &#8211;&gt; ex : lemlit.unila.ac.id<br \/>\ndspace.name = [institution name] &#8211;&gt; ex : Portal Ilmiah Universitas Lampung<br \/>\nmail.server= [smtp Server Name] &#8211;&gt; ex : maiser.unila.ac.id<br \/>\nmail.from.address =\u00a0 [mail Administrator] &#8211;&gt; ex : \/\/ &lt;![CDATA[<\/em><\/p>\n<p><em>var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;<br \/>\nvar path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;<br \/>\nvar addy61151 = &#8216;gigih&#8217; + &#8216;@&#8217;;<br \/>\naddy61151 = addy61151 + &#8216;unila&#8217; + &#8216;.&#8217; + &#8216;ac&#8217; + &#8216;.&#8217; + &#8216;id&#8217;;<br \/>\ndocument.write( &#8216;<a>&#8216; );<br \/>\ndocument.write( addy61151 );<br \/>\ndocument.write( &#8221; );<br \/>\n\/\/ ]]&gt;<\/a><a href=\"mailto:gigih@unila.ac.id\">gigih@unila.ac.id<\/a><br \/>\nThis email address is being protected from spam bots, you need Javascript enabled to view it<\/em><\/p>\n<p><em>feedback.recipient = [mail Administrator] &#8211;&gt; ex : \/\/ &lt;![CDATA[<\/em><\/p>\n<p><em>var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;<br \/>\nvar path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;<br \/>\nvar addy20898 = &#8216;mailadm&#8217; + &#8216;@&#8217;;<br \/>\naddy20898 = addy20898 + &#8216;unila&#8217; + &#8216;.&#8217; + &#8216;ac&#8217; + &#8216;.&#8217; + &#8216;id&#8217;;<br \/>\ndocument.write( &#8216;<a>&#8216; );<br \/>\ndocument.write( addy20898 );<br \/>\ndocument.write( &#8221; );<br \/>\n\/\/ ]]&gt;<\/a><a href=\"mailto:mailadm@unila.ac.id\">mailadm@unila.ac.id<\/a><br \/>\nThis email address is being protected from spam bots, you need Javascript enabled to view it<\/em><\/p>\n<p><em>mail.admin =\u00a0 [mail Administrator] &#8211;&gt; ex : \/\/ &lt;![CDATA[<\/em><\/p>\n<p><em>var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;<br \/>\nvar path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;<br \/>\nvar addy78434 = &#8216;adm&#8217; + &#8216;@&#8217;;<br \/>\naddy78434 = addy78434 + &#8216;unila&#8217; + &#8216;.&#8217; + &#8216;ac&#8217; + &#8216;.&#8217; + &#8216;id&#8217;;<br \/>\ndocument.write( &#8216;<a>&#8216; );<br \/>\ndocument.write( addy78434 );<br \/>\ndocument.write( &#8221; );<br \/>\n\/\/ ]]&gt;<\/a><a href=\"mailto:adm@unila.ac.id\">adm@unila.ac.id<\/a><br \/>\nThis email address is being protected from spam bots, you need Javascript enabled to view it<\/em><\/p>\n<p><em>##### Database settings #####<\/em><\/p>\n<p><em># Database name (&#8220;oracle&#8221;, or &#8220;postgres&#8221;)<br \/>\ndb.name = postgres &#8212;-&gt;&gt; uncomment this line, because we using postgres as database master<br \/>\n#db.name = oracle<\/em><\/p>\n<p><em># URL for connecting to database<br \/>\ndb.url = jdbc:postgresql:\/\/localhost:5432\/dspace<\/em><\/p>\n<p><em># JDBC Driver<br \/>\ndb.driver = org.postgresql.Driver<\/em><\/p>\n<p><em># Database username and password<br \/>\ndb.username = dspace<br \/>\ndb.password = dspace<\/em><\/p><\/blockquote>\n<p><strong>Now move to main dspace directory<\/strong><\/p>\n<blockquote><p><strong>#cd \/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source\/<br \/>\n<\/strong><\/p><\/blockquote>\n<blockquote><p>l<em>emlit# ll<br \/>\ntotal 82<br \/>\n-rwxrwxrwx\u00a0\u00a0 1 1000\u00a0 410\u00a0 24422 May\u00a0 9\u00a0 2007 CHANGES<br \/>\n-rwxrwxrwx\u00a0\u00a0 1 1000\u00a0 410\u00a0\u00a0 2927 May\u00a0 9\u00a0 2007 KNOWN_BUGS<br \/>\n-rwxrwxrwx\u00a0\u00a0 1 1000\u00a0 410\u00a0\u00a0 1931 Nov\u00a0 7\u00a0 2006 LICENSE<br \/>\n-rwxrwxrwx\u00a0\u00a0 1 1000\u00a0 410\u00a0\u00a0\u00a0 729 May\u00a0 9\u00a0 2007 README<br \/>\ndrwxrwxrwx\u00a0 38 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 13:56 assetstore<br \/>\ndrwxrwxrwx\u00a0\u00a0 2 1000\u00a0 410\u00a0\u00a0 1024 May\u00a0 9\u00a0 2007 bin<br \/>\ndrwxrwxrwx\u00a0\u00a0 4 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 12:51 build<br \/>\n-rwxrwxrwx\u00a0\u00a0 1 1000\u00a0 410\u00a0 18528 Jun 30\u00a0 2006 build.xml<br \/>\ndrwxrwxrwx\u00a0\u00a0 8 1000\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 09:41 config<br \/>\ndrwxrwxrwx\u00a0\u00a0 4 1000\u00a0 410\u00a0\u00a0\u00a0 512 May\u00a0 9\u00a0 2007 docs<br \/>\ndrwxrwxrwx\u00a0\u00a0 3 1000\u00a0 410\u00a0\u00a0\u00a0 512 May\u00a0 9\u00a0 2007 etc<br \/>\ndrwxrwxrwx\u00a0\u00a0 3 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 11:51 handle-server<br \/>\ndrwxrwxrwx\u00a0\u00a0 3 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 09:43 history<br \/>\ndrwxrwxrwx\u00a0 22 1000\u00a0 410\u00a0\u00a0 1024 Jul\u00a0 7 09:41 jsp<br \/>\ndrwxrwxrwx\u00a0\u00a0 3 1000\u00a0 410\u00a0\u00a0 1024 Jul\u00a0 7 09:41 lib<br \/>\ndrwxrwxrwx\u00a0\u00a0 2 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 11:49 log<br \/>\ndrwxrwxrwx\u00a0\u00a0 2 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 09:41 reports<br \/>\ndrwxrwxrwx\u00a0\u00a0 2 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 13:57 search<br \/>\ndrwxrwxrwx\u00a0\u00a0 4 1000\u00a0 410\u00a0\u00a0\u00a0 512 May\u00a0 9\u00a0 2007 src<br \/>\ndrwxrwxrwx\u00a0\u00a0 2 root\u00a0 410\u00a0\u00a0\u00a0 512 Jul\u00a0 7 13:57 upload<br \/>\nlemlit#<\/em><\/p><\/blockquote>\n<p><strong>Copy postgreejdbc library di directory lib<\/strong><\/p>\n<blockquote><p><strong>#cp \/usr\/ports\/databases\/postgresql-jdbc\/work\/postgresql-jdbc-8.3-603.src\/jars\/postgresql.jar \/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source\/lib<br \/>\n<\/strong><\/p><\/blockquote>\n<blockquote><p><strong># pwd<\/strong><br \/>\n<strong>\/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source<\/strong><br \/>\n<strong>#<\/strong><\/p><\/blockquote>\n<p><strong>Still on main directory of dspace, now we can run set up process, with this step<\/strong><\/p>\n<blockquote><p><strong>#ant fresh_install<\/strong><\/p><\/blockquote>\n<p>Will appear like this text below<\/p>\n<blockquote><p><em>Buildfile: build.xml<\/em><\/p>\n<p><em>compile:<\/em><\/p>\n<p><em>install_code:<\/em><\/p>\n<p><em>build_wars:<\/em><\/p>\n<p><em>init_configs:<\/em><\/p>\n<p><em>setup_database:<br \/>\n[java] 2010-07-06 12:09:05,040 INFO\u00a0 org.dspace.storage.rdbms.InitializeDatabase @ Initializing Database<br \/>\n[java] 2010-07-06 12:09:05,058 INFO\u00a0 org.dspace.core.ConfigurationManager @ DSpace logging installed using log4j.properties<\/em><\/p>\n<p><em>load_registries:<br \/>\n[java] 2010-07-06 12:09:08,546 INFO\u00a0 org.dspace.core.ConfigurationManager @ DSpace logging installed using log4j.properties<br \/>\n[java] 2010-07-06 12:09:09,125 INFO\u00a0 org.dspace.content.BitstreamFormat @ org.dspace.content.BitstreamFormat @ anonymous::update_bitstream_format:bitstream_format_id=9<br \/>\n[java] 2010-07-06 12:09:09,276 INFO\u00a0 anonymous::update_bitstream_format:bitstream_format_id=26<br \/>\n[java] 2010-07-06 12:09:09,492 INFO\u00a0 org.dspace.content.BitstreamFormat @ anonymous::create_bitstream_format:bitstream_format_id=27<br \/>\norg.dspace.administer.RegistryLoader @ anonymous::load_dublin_core_types:number_loaded=66<\/em><\/p>\n<p><em>fresh_install:<br \/>\n[java] INFO: Installing configuration files for other tools<br \/>\n[java] 2010-07-06 12:09:11,348 INFO\u00a0 org.dspace.core.ConfigurationManager @ DSpace logging installed using log4j.properties<br \/>\n[java] 2010-07-06 12:09:11,356 INFO\u00a0 org.dspace.core.ConfigurationManager @ Not processing config file template log4j.xml because no destination specified (no property config.template.log4j.xml)<br \/>\n[java] 2010-07-06 12:09:11,356 INFO\u00a0 org.dspace.core.ConfigurationManager @ Installing configuration file template oaicat.properties to \/usr\/local\/apache-tomcat6.0\/webapps\/ROOT\/dspace-1.4.2-source \/config\/oaicat.properties<br \/>\n[java] 2010-07-06 12:09:11,363 INFO\u00a0 org.dspace.core.ConfigurationManager @ Not processing config file template apache13.conf because no destination specified (no property config.template.apache13.conf)<br \/>\n[java] 2010-07-06 12:09:11,363 INFO\u00a0 org.dspace.core.ConfigurationManager @ Installing configuration file template log4j-handle-plugin.properties to \/usr\/local\/apache-tomcat6.0\/webapps\/ROOT\/dspace-1.4.2-source \/config\/log4j-handle-plugin.properties<br \/>\n[java] 2010-07-06 12:09:11,365 INFO\u00a0 org.dspace.core.ConfigurationManager @ Installing configuration file template log4j.properties to \/usr\/local\/apache-tomcat6.0\/webapps\/ROOT\/dspace-1.4.2-source \/config\/log4j.properties<br \/>\n[java] Indexing all Items in DSpace&#8230;. &#8230; Done<br \/>\n[echo]<br \/>\n[echo] ====================================================================<br \/>\n[echo]\u00a0 The DSpace code has been installed, and the database initialized.<br \/>\n[echo]<br \/>\n[echo]\u00a0 To complete installation, you should do the following:<br \/>\n[echo]<br \/>\n[echo]\u00a0 * Install the DSpace UI (dspace.war) and OAI-PMH (dspace-oai.war)<br \/>\n[echo]\u00a0\u00a0\u00a0 Web applications from the &#8216;build&#8217; directory in the appropriate<br \/>\n[echo]\u00a0\u00a0\u00a0 place for your servlet container.\u00a0 e.g. &#8216;\/opt\/tomcat\/webapps&#8217;<br \/>\n[echo]<br \/>\n[echo]\u00a0 * Make an initial administrator account (an e-person) in DSpace:<br \/>\n[echo]<br \/>\n[echo]\u00a0\u00a0\u00a0 \/usr\/local\/apache-tomcat6.0\/webapps\/ROOT\/dspace-1.4.2-source \/bin\/create-administrator<br \/>\n[echo]<br \/>\n[echo]\u00a0 * Start up your servlet container (Tomcat etc.)<br \/>\n[echo]<br \/>\n[echo]\u00a0 You should then be able to access your DSpace&#8217;s &#8216;home page&#8217;:<br \/>\n[echo]<br \/>\n[echo]\u00a0\u00a0\u00a0 http:\/\/lemlit.unila.ac.id:8180\/dspace<br \/>\n[echo]<br \/>\n[echo]\u00a0 You should also be able to access the administrator UI:<br \/>\n[echo]<br \/>\n[echo]\u00a0\u00a0\u00a0 http:\/\/lemlit.unila.ac.id:8180\/dspace\/dspace-admin<br \/>\n[echo] ====================================================================<br \/>\n[echo]<\/em><\/p>\n<p><em>BUILD SUCCESSFUL<br \/>\nTotal time: 9 seconds<br \/>\nlemlit#<\/em><\/p><\/blockquote>\n<p><strong>copy the binary (.war extension to directory webapps Tomcat)<\/strong><\/p>\n<blockquote><p><strong>#cp \/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source\/build\/*.war \/usr\/local\/apache-tomcat6.0\/webapps<br \/>\n<\/strong><\/p><\/blockquote>\n<p>Finally Create The User administrator for maintaince dspace portal using create-administrator tool<\/p>\n<blockquote><p><strong>#\/usr\/local\/apache-tomcat6.0\/webapps\/dspace-1.4.2-source\/bin\/create-administrator<br \/>\n<\/strong><\/p><\/blockquote>\n<blockquote><p><em>Creating an initial administrator account Creating an initial administrator account<br \/>\nE-mail address: [Email Administrator] &#8211;&gt;&gt; ex : \/\/ &lt;![CDATA[<\/em><\/p>\n<p><em>var prefix = &#8216;ma&#8217; + &#8216;il&#8217; + &#8216;to&#8217;;<br \/>\nvar path = &#8216;hr&#8217; + &#8216;ef&#8217; + &#8216;=&#8217;;<br \/>\nvar addy61151 = &#8216;gigih&#8217; + &#8216;@&#8217;;<br \/>\naddy61151 = addy61151 + &#8216;unila&#8217; + &#8216;.&#8217; + &#8216;ac&#8217; + &#8216;.&#8217; + &#8216;id&#8217;;<br \/>\ndocument.write( &#8216;<a>&#8216; );<br \/>\ndocument.write( addy61151 );<br \/>\ndocument.write( &#8221; );<br \/>\n\/\/ ]]&gt;<\/a><a href=\"mailto:gigih@unila.ac.id\">gigih@unila.ac.id<\/a><br \/>\nThis email address is being protected from spam bots, you need Javascript enabled to view it<\/em><\/p>\n<p><em>First name: [name of administrator] &#8211;&gt;&gt; ex : Gigih Forda Nama<br \/>\nLast name:\u00a0 [last name of the Administrator] &#8211;&gt; ex : PhD<br \/>\nWARNING: Password will appear on-screen. WARNING: Password will appear on-screen.<br \/>\nPassword: [password for the Admin]\u00a0 ex : xxxyyyzzz<br \/>\nAgain to confirm: [Password for Administrator]\u00a0\u00a0 &#8211;&gt;&gt; ex : xxyyzz<br \/>\nIs the above data correct? (y or n): y Is the above data correct? (Y or n): y<br \/>\nAdministrator account created Administrator account created<\/em><\/p><\/blockquote>\n<p>DONE, congratulation, your server already using DSPACE Program<\/p>\n<p>You can access our portal science at this link<\/p>\n<p><a href=\"http:\/\/repository.unila.ac.id\/\">http:\/\/repository.unila.ac.id<\/a><\/p>\n<p>or<\/p>\n<p><a href=\"http:\/\/lemlit.unila.ac.id:8180\/dspace\">http:\/\/lemlit.unila.ac.id:8180\/dspace <\/a><\/p>\n<p>Credit:<\/p>\n<p>1. Alloh subhanahuwatala<\/p>\n<p>2. people around me<\/p>\n<p>3. <a href=\"http:\/\/repository.kulib.kyoto-u.ac.jp\/dspace-memo\/dspace_install.html\">http:\/\/repository.kulib.kyoto-u.ac.jp\/dspace-memo\/dspace_install.html <\/a><\/p>\n<p>4. <a href=\"http:\/\/www.dspace.org\/\">DSPACE.org <\/a><\/p>\n<p>5.\u00a0 <a href=\"http:\/\/unilanet.unila.ac.id\/%7Egigih\/www.google.com\">www.google.com<\/a> of cource\u00a0 \ud83d\ude00<\/p>\n","protected":false},"excerpt":{"rendered":"<p>DSpace is the software of choice for academic, non-profit, and commercial organizations building open digital repositories.\u00a0 It is free and easy to install &#8220;out of the box&#8221; and completely customizable to fit the needs of any organization. DSpace preserves and enables easy and open access to all types of digital content including text, images, moving &hellip; <a href=\"https:\/\/dosen.unila.ac.id\/gigih\/2011\/02\/09\/science-information-portal-development-using-dspace-and-freebsd-as-one-of-webometric-strategy\/\" class=\"more-link\">Continue reading<span class=\"screen-reader-text\"> &#8220;Science information portal development using DSPACE and FreeBSD, as one of webometric strategy&#8221;<\/span><\/a><\/p>\n","protected":false},"author":25,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1348,5],"tags":[],"class_list":["post-168","post","type-post","status-publish","format-standard","hentry","category-kiat-sukses-menjadi-seorang-network-engineer-2","category-old-post-dari-unilanet"],"_links":{"self":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/168"}],"collection":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/users\/25"}],"replies":[{"embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/comments?post=168"}],"version-history":[{"count":0,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/posts\/168\/revisions"}],"wp:attachment":[{"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/media?parent=168"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/categories?post=168"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/dosen.unila.ac.id\/gigih\/wp-json\/wp\/v2\/tags?post=168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}