GridProtectionAlliance / openHistorian

The Open Source Time-Series Data Historian
MIT License
172 stars 51 forks source link

linux support #17

Open markrey opened 7 years ago

markrey commented 7 years ago

Hi,

I am currently working on openHistorian for POC and wanted to check if i can put efforts on creating Linux based deployment. ( with Mono )

Any efforts done in the past? Which components of openHistorian are purely native to windows?

Thanks

ritchiecarroll commented 7 years ago

I've have successfully gotten openHistorian to run on Linux using Mono - basically same steps as for openPDC:

Like openPDC, the WPF based manager components only work on Windows because WPF is not fully supported on Linux. Also, the self-hosted Web UI options are not yet working - but you can run the service to archive and retrieve data just fine.

It's a bit of a pain right now to install since you will need to manually run steps that happen in the install-openPDC.sh shell script but instead of referencing openPDC, you need to reference openHistorian.

Let me know if you have some time to help create an install-openHistorian.sh script - love to have you contribute.

Thanks, Ritchie

markrey commented 7 years ago

Thanks Ritchie for your support. I will be trying it this week and will surely keep you posted. Once successful, i will generate pull request.

bsdb0y commented 6 years ago

Hi @ritchiecarroll ,

I am also trying to port openHistorian to Linux for the same POC thing using mono. But facing some difficulty and It seems like you already did it. Please, can you help me by posting or telling me the steps to compile it for Linux support or some documentation is there for Linux support. I am new to this mono and C# things. I want to port openHistorian with some fast DB like casandra or MongoDB.

Thanks