Hello Tobias, welcome to the ruote mailing list.
On Tue, Oct 30, 2012 at 11:27:46AM -0700, Tobi wrote: > > on github i found a Sample App for Ruote on Rails using Ruote-Kit. > It can be found under https://github.com/tosch/ruote-kit Which is a fork of https://github.com/kennethkalmer/ruote-kit > The problem is that when i want to start the Application a password is > asked and i cannot find one. > Does anybody know how to use this App in order to get a better insight into > Ruote-Kit? Ruote-kit is mostly used within a Rails application as an administrative console for ruote. It doesn't have any built-in access control. > Furthermore, i tried to get the Sample App threetee > <https://github.com/threetee> > / *ruote-rails-example <https://github.com/threetee/ruote-rails-example> > *running... > yeah, well there are some hints for the installation, but i can愒 do it. > https://github.com/threetee/ruote-rails-example That example application is quite advanced, it's too much for a beginner. It's also probably a bit dated. > The instruction says: > 1) > install daemon-kit <http://github.com/kennethkalmer/daemon-kit> and > generate AMQP remote participant daemons using the 'ruote' instance (you > will need to install several other prerequisites for this, including Erlang > and RabbitMQ) You'd better study ruote-amqp at first and look at https://jmettraux.wordpress.com/2010/09/27/amqp-ruote-pong/ > -> how or where can i generate an AMQP remote participant daemon? Going back to the basics and studying https://github.com/kennethkalmer/ruote-amqp might help. > How can i use the ruote instance? Please study the examples. You'd better get a feeling for the rest of the ruote stuff before trying that. > 2) > to run it: > In one terminal, start the Rails server itself: $ script/server In another > terminal, start the RuoteKit worker process: $ rake ruote_kit:run_worker > -> how can i start the Rails Server? (rails s doesn愒 work and what is > script/server?) script/server was the old way (Rails <= 2.0 IIRC) to start rails. This example application is dated. > -> for this App, in which environment can i run the worker? (Tasks: TOP => > ruote_kit:run_worker => environment) > > Once again sorry for this questions but i惴 trying to get started with > Ruby, RoR and routes virtually at the same time and got only some basic > knowledge in java. > Anyway, i would be grateful for any hint! > Are there other Sample Apps available for Ruote-Kit? It's not a good tactic to fire batch of questions randomly here. We don't have the time to teach you Ruby, ruote and Ruby on Rails, and AMQP and ruote-amqp and ruote-kit. Start with Ruby and then Ruby on Rails and then move on to the ruote / AMQP turf (if you still need to). Best regards, -- John Mettraux - http://lambda.io/jmettraux -- you received this message because you are subscribed to the "ruote users" group. to post : send email to [email protected] to unsubscribe : send email to [email protected] more options : http://groups.google.com/group/openwferu-users?hl=en
