Monday, April 7, 2014

Digital Library @ PNM : myrepositori.pnm.gov.my

Salam all, In my last writing : DSpace @ National Library of Malaysia : A Digital Initiative by Govt i wrote about initiatives taken by The National Library of Malaysia to make their collection available online. Today, i'm going to reveal the repository name and address. It is called myrepositori and you can view it here http://myrepositori.pnm.gov.my In fact, i found that u-pustaka portal has put a link to myrepositori which u can see in the below snapshot:
I believe that PNM is currently working very hard to make the repository as one of the best they have. Its not easy to digitize, cataloging and make the collection available via online. We are talking about NATIONAL LIBRARY, so you can guest how many items they have. Nevertheless, the PNM has all resources they need to make this possible. I wonder if the same repository(DSpace) can be extend to other state's library. hmmm.. Or each state may have their own repository and can import/export or link to each other repository(this is awesome!!). Anyway, please feel free to browse through the repository and you may find something useful/interesting for yourself.

Saturday, March 1, 2014

DSpace 4.0 New Look : Awesome

Salam all, After years working with DSpace software, i have to admit that the new default DSpace 4.0 interface design by cineca is awesome. It's simpler and what is more obvious is the color used by them (blue and green) make the interface is very pleasant for the eyes. Here, take a look at the new DSpace snapshot: 1) DSpace Home
2) Edit Profile
3) Administration Tools
Great work guys :)

Installing DSpace 4.0 on Windows 7 : Common Problems

Salam all, Installing DSpace is quite easy. Installing DSpace on Windows should be easier. However, i'm struggling about 2 days trying to install postgresql database, then i execute command mvn package from a wrong directory and few other thing which i will highlight here may helps the 1st timer to find solutions with similar problems. Problems: a) Installing PosgreSQL database I download postgresql-9.3.3-1-windows-x64 from here. I tried to install but in the end of the installation i got warning like below: Problem running post-install step. Installation may not complete correctly. The database cluster initialisation failed.
-taken from here If you got this warning, you wouldn't be able to connect your local database. You will get error : Server not listening. So here is the solutions : great, working and straight to the point solution b) Installing DSpace There are two thing you need to pay more attention. i) dspace.install.dir Make sure u use forward slash like this : '/' eg: C:/dspace Refer step no.5 page 48 at DSpace Manual. ii) Build the installation package Refer step no.7 page 50 at DSpace Manual. This is wrong, suppose you need to run your command from cd [dspace-source]/ only. Here is the explanation. That's all for now, i hope with this post you will not struggling installing DSpace like me :)