Disclaimer: Generally we don't recommend that you should install a local server on your machine, but in some cases it can be nice to play around. Note that this will only help you install the SQL server and not any of the services we run on top of that in a normal full dRofus server installation. That means you will not be able to use the file/document store service, the report service and the user and project administration. You should also know that since this is not a “supported” way of installing dRoufs we will not guarantee that the database will work with other versions of the client than the one that was used when the database dump was made. Because of different encoding on local machines and servers you must use client dRofus0.9.0alfa5 and up.
The process consists of three steps:
Note that if you want to restore a new copy or another database locally you only need to repeat step 2.
dRofus is running on top of the PostgreSQL database. It is a mature and advanced open-source database management system (like MS SQL and Oracle). To install this on Windows go to the download page and follow the instructions. The easiest is to use the one click installer provided by EnterpriceDB. dRofus is currently running on version 8.3. You can normally just click “next” until the setup is done. Please note the following:
If you don't have a copy of this please contact us at developers@nosyko.no.
When you have created the database and user you can login to the local server with the user you created in step 2 (testrds). Just start dRofus as normally (needs to be version 0.9.0alfa5 or higher because of the encoding). Use testrds as username and the pasword you gave when created the user. Server is localhost and database is the name you gave it in step 2 above.
You can also use PgAdmin III to browse down to the tables and views if you would like to see the data directly in the database, but this would normally need some explanation from Nosyko to explain how data is stored.