Skip to content
/ OpenCVR Public

Program capable of keeping an up-to-date sqlite database with information from the Danish CVR.dk public registry.

License

Notifications You must be signed in to change notification settings

foens/OpenCVR

Repository files navigation

OpenCVR Build Status

Setup

Requirements

  • A valid user for the cvr.dk subscription service.
  • An exchange email address receiving cvr.dk subscriptions
    • It should be simple to implement a POP3 or IMAP client, if you are not using an exchange service.

Common setup

  • Change the file OpenCVR.exe.config <appSettings> section, to suit your needs.
  • Create a xml file containing secrets:

Secrets

<?xml version="1.0" encoding="utf-8" ?>
<CvrConfiguration
  CvrPassword="<password to cvr user>"
  ExchangeServiceUserName="<exchange username. Example: JohnDoe>"
  ExchangeServicePassword="<exchange password>"
  ExchangeServiceHost="<exchange host. Example: https://mail.example.com/EWS/Exchange.asmx>"
  EmailAddress="<email address. Example: JohnDoe@example.com>">
</CvrConfiguration> 

Windows specific setup

  • None so far

Linux specific setup

How to get up an running on linux:

  • Install sqlite3 on the system
  • Replace Ninject libraries with Mono 4.0 versions from here

About

Program capable of keeping an up-to-date sqlite database with information from the Danish CVR.dk public registry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published