dessalines / simple-vote

SimpleVote - An open-source, live updating, voting platform based on range voting.
https://simplevote.tk
GNU General Public License v3.0
174 stars 31 forks source link

Alternative requirements? #63

Closed petrk94 closed 6 years ago

petrk94 commented 6 years ago

Hello,

I really like the Web App and want to self host it on my shared host server, BUT this requirements are only available on root server. Java I can not run on shared host and Postgres? This should be optional, I can use MySQL, MariaDB and worst case even MongoDB, but Postgres I can not use :( Exist a alternative or further development?

Thanks

dessalines commented 6 years ago

Sorry, this uses postgres only. You're free to fork this and make a mysql version if you like.

petrk94 commented 6 years ago

I dont know how its connected to your app. In theory I would just replace the settings with the mysql data, but due I have no knowledge about postgres, I dont know how to make it :/

dessalines commented 6 years ago

I suggest hosting on a server that you control, and installing postgres on it.