ubd-frog / frog

A server and client solution to viewing and filtering large image and video collections
MIT License
50 stars 8 forks source link

Update quick start docs #195

Open ubershmekel opened 6 years ago

ubershmekel commented 6 years ago

I tried using http://frog.readthedocs.io/en/latest/admin/quickstart.html

Here are issues I've experienced trying to set up the new frog:

Now I'm wrestling with http 405 responses.

ubershmekel commented 6 years ago

@theiviaxx do you have an idea on how to get past the 450 status?

theiviaxx commented 6 years ago

Yes, so basically frog was split into front and back ends. This repo is the backend and the root url '/frog/' is not accessible via GET request. I'm in the process of getting a quickstart script up and running that should be available for testing tonight. This will give you a functional back end, the built front end files and an nginx conf file to use to serve it all up.

Im also making a docker image that should be completely self contained.

Once these are done i'll update the docs to reflect the new setup process