torhve / Amatyr

Amateur weather graphs using d3 js, watch js, rivets js, lua, postgresql, nginx
BSD 3-Clause "New" or "Revised" License
136 stars 30 forks source link

Installation Help #1

Open seanmayers opened 10 years ago

seanmayers commented 10 years ago

Hello - I have been looking at alternatives to weewx and the setup that you have here looks lovely! I am currently running my Davis console into a MySQL DB via weewx running on Linux Mint and would like to couple this with Amatyr. I have some issues, however, I just do not understand your installation instructions - sorry I am a bit of a Linux newb...be gentle :)

Can you provide me with more detailed help about how to install all of the required FrontEnd components step by step and where to source??

Where do I stick the files that I download? Can this be run through Apache which is what I am currently running (apache2).

I don't have an issue/questions with cutting weewx over to postgreSQL.

Many Thanks :)

torhve commented 10 years ago

I am sorry, but the installation instructions sadly requires a bit of knowledge about linux/compiling and more at the current state of the project. At a later stage I might be able to provide a simpler installation using Docker which will include a script to get all the components working. Apache can not be used with this project since it is directly dependant on compiling a special version of Nginx that runs Lua code that this project uses.

bytepoet commented 8 years ago

I know it's been a while, but has there been any movement regarding the packaging of this great code?