Open ghost opened 12 years ago
ringopress is designed to work only on appengine , java version. it uses http://github.com/gmosx/appengine/ to store stuff and send email, so I am not sure it will work in other environments.
there are may files because the structure of the project is centered around the idea 1 file, 1 function, 1 url.
i will make a "How it works" document, now that other people than me are interested in the project, until now there was no need.
but for short, you should start reading this file: https://github.com/jgabios/ringopress/blob/master/WEB-INF/app/actions.js here all public url paths on your domain are. you can see it makes use of actionManager.js which in turn lists all files in actions folder. and that's how one can start and make sense of it.
however, as I said before, I will make a better and more complete document for this project.
Can I run this on my Windows localhost like RingoJS or stick ? If yes, then where sould I place the dependencies as there are many of them ?
yes, you can, it will be in my doc, by tomorrow.
here is the doc file: https://github.com/jgabios/ringopress/blob/master/docs.txt . if you have more questions, i will be glad to answer them and clarify things.
I deployed RINGOPRESS using CLOUD-IDE.com
However facing below issues
Need POM.xml file for Google App deployment
Need the correct file structure of ringoJS to work
Need to know what is where in so many files
Need a "How it works" document