Hey all,
First of all, this is an incredible project, and I really appreciate the work that has gone into it! I've installed redline, and gotten the development environment up and going - the hello world example works fine, and I was able to run all the tests. (Besides the IMPLEMENT ME messages on a couple of items, that went fine). I followed the video and when I run my: ./stout Hello and hit the url, we see this:
I tried changing names around, but I don't think that is the issue, and it didn't have any effect. Here is my the contents of Hello.st:
Any ideas? thanks! |
Hi Brian,
Welcome to the group. Thank you for the kind words. We are working on Redline every chance we get and those 'implement me' messages will disappear very soon. The error you are getting is from the command line for Stout. It is because you need to tell Redline what the path is to the classes it should load, in this case st.redline.Web. Try this command line and let me know how you go: ./stout -s examples st.redline.Web The -s tells Redline the path to look in for classes, in this case the examples folder. Under this folder in the st/redline folder there will be a file called Web.st. The Web.st file handles the web requests. - James. On Fri, Dec 28, 2012 at 8:31 AM, Brian Brown <[hidden email]> wrote: Hey all, |
On Thursday, December 27, 2012 3:15:02 PM UTC-7, jamesl wrote: Hi Brian, Thank you! Thank you for the kind words. We are working on Redline every chance we get and Yes, the worked nicely; I think that is the piece missing from the video tutorial. Also, looking at the comments on the youtube page, I understand what problems a couple of folks were having - if you download the redline-deploy.zip file, the stout script is not included, just stic. You must complete process in the getting started guide to set up the full development environment, and the stout script is available. Thanks so much for answering! - Brian - James. |
Ah - ill have to remake the QuickStart zip. Thank you for working this through - James Sent from Hyperspace.
|
Free forum by Nabble | Edit this page |