Hi Harry, if you're setting up a machine for QA/test purposes for example, you can do the same thing as you did with vagrant, except you use the "qa" environment and "qa0" certname instead of "local" and "dev". Note that you won't have to clone Hilary, the "qa0" node configuration will handle all that for you. You just need to get puppet and the puppet-hilary code on the machine, then puppet can take it from there once you've run the appropriate command.
Another way is to install the "puppet master" software on a dedicated machine, this is how we manage nodes. We have one machine that runs a server called the "puppet master" and it contains the puppet manifests (puppet-hilary repository). Then when we install a new node, we tell the node who the puppet master is and it automatically installs the required software based on its hostname (e.g., if the hostname is "qa0", it takes that node's configuration). Hope that helps, Branden On Wed, Nov 20, 2013 at 11:12 AM, Harry Wang <harryjw...@gmail.com> wrote: > Hi, > > I wonder whether anyone can provide some instructions on how to use OAE > puppet scripts without Vagrant. > > More specifically, assume I setup an Ubuntu server, locally log in, clone > Hilary, 3akai-ux and puppet-hilary and make sure they are all in the same > folder, then what should I do to start Puppet to configure OAE on the server > locally? > > I hope my question makes sense. > > Thanks for the help! > > Harry > > _______________________________________________ > oae-dev mailing list > oae-dev@collab.sakaiproject.org > http://collab.sakaiproject.org/mailman/listinfo/oae-dev _______________________________________________ oae-dev mailing list oae-dev@collab.sakaiproject.org http://collab.sakaiproject.org/mailman/listinfo/oae-dev