search for: omnigraffl

Displaying 16 results from an estimated 16 matches for "omnigraffl".

Did you mean: omnigraffle
2006 Jul 20
0
Rails Omnigraffle template
Came across this little "gem" - Rails db modelling stencil for omnigraffle - brought to you by ''Summer of Rails''. http://graffletopia.com/stencils/56 Jodi
2006 Mar 10
10
Textmate Rails Plugin Cheat Sheet
I''m a slow learner when it come to shortcuts and i got real tired looking up Textmate''s Rails snippets & commands in the context menu. So i fired up trusty OmniGraffle and quickly created a little Cheat Sheet for all default snippets/macros/commands in Textmate''s current Rails Bundle. Certainly helped me to remember these quickly. So, if you''re using Textmate and, like me, can''t remember all the handy shortcuts and tab triggers...
2007 Jan 12
2
Best graphviz settings
So, Anyone playing with the graph files yet? Just wondering if anyone has discovered a really good set of parameters to pass to dot to get the best looking graphs (OmniGraffle looks nice but I don''t want to pay for anything and want a way to generate graphics from the command-line). -- DK
2013 Apr 24
2
puppet apache module dependency cycle
...Error: Could not apply complete catalog: Found 1 dependency cycle: (A2mod[php5] => Service[httpd] => Class[Apache] => Class[Apache::Mod::Php] => Apache::Mod[php5] => A2mod[php5]) Try the ''--graph'' option and opening the resulting ''.dot'' file in OmniGraffle or GraphViz ~johan -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post to this group, send email to pupp...
2007 Jan 04
10
New Feature: Graphing
...nefit to all of you is that you can use this library to turn these graphs into images. The trick, right now, is adding --graph when you run puppetd. This creates .dot files, which can then be interpreted by the ''dot'' command (which, I believe, is part of ImageMagick) or by OmniGraffle (which, I believe, is Mac-only). I expect apps like Visio could also understand these. The graphs are created in $vardir/graphs. Three graphs are created: One for the configuration as sent by the server, one for all of the relationships as specified in the configuration, and an explode...
2011 Dec 01
6
subscribe exec to a dir fails
Hi, I am trying to convince aptitude update to run only when a file changes in /etc/apt/sources.list.d: exec { <snip> "aptitude-update": command => "/usr/bin/aptitude update", subscribe => "$basedir/sources.list.d", refreshonly => true; } File { owner => ''root'', group =>
2013 Jul 18
2
Puppetlabs Apt module: dependency cycle
...nchor[apt::update] => Class[Apt] => Apt::Builddep[python-lxml] => Exec[apt-bui lddep-python-lxml] => Exec[apt_update] => Class[Apt::Update] => Anchor[apt::upda te]) Try the ''--graph'' option and opening the resulting ''.dot'' file in OmniGraffle or GraphViz←[0m any known workaound? solution? -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to puppet-users+unsubscribe@googlegroups.com. To post...
2010 Dec 07
1
dependency loops ???
...cycles in the following relationships: Exec[/home/snort/bin/pulledpork -nc conf/dmzo/pp.conf] => Service[snort.dmzo], Service[snort.dmzo] => Exec[/home/snort/bin/pulledpork -nc conf/dmzo/ pp.conf]; try using the ''--graph'' option and open the ''.dot'' files in OmniGraffle or GraphViz I can not see how this dependence goes both ways??? What I want to have happen is that when Pulledpork is run then snort is restarted. clearly I''m missing something. Russell PS how does one use the graph option? could not find it in the man pages... -- You received thi...
2006 Aug 24
0
Re: Visual DB Modelling on Mac
On 23/08/06, Molotoff <amatveich-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote: > > Guess, I will stick with DBVisualizer - it seems pretty adequate. You might want to consider OmniGraffle, from the Omni Group. Although it is a general diagramming tool -- sort of like Visio, it includes a template for E-R diagrams and there''s a MySQL one available. -- Cheers, Hasan Diwan <hasan.diwan-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> --~--~---------~--~----~------------~----...
2007 Oct 04
10
Design and modeling tools?
What do you guys use for design and modeling (and don''t answer pen and paper, because I use those to, they just don''t look so good in a project report ;) ) I have tried stuff like UMLet (free), Altova UMLsomething (pay), dia (no comprende ;) ), NetBeans UML (slow). But none worked just the way I wanted them to. Any suggestions? Christian...
2009 Apr 03
5
OT: Smar Phone/PDA Reco
I need a new pda/smart phone that allows me to do some remote admin. Anyone know of anything that I can run a vpn and cli/ssh with? Thanks! jlc
2007 Jul 10
4
Models relationship summary / Entity relationship diagram
Hi, Does anyone know of a tool or script that can parse the contents of the models folder and produce some sort of model relationship document, either a text summary or graphical representation? Thanks, Andrew. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this
2007 Apr 21
7
Database Modeller (Mac)
Can anyone recommend a database modelling tool for the Mac? I''m building a new Rails app and want an interface to draw out the database''s entity relationship diagram, setup foreign keys and then output DDL at the end to MySQL. I''ve previously used DBDesigner, CASE Studio and some pricier enterprise software on Windows, but can''t find anything suitable for my
2012 Feb 15
21
puppetlabs-firewall stages and persistence
Hi all, I''m attempting to use the puppetlabs-firewall module. In testing, rules are enabled in a random order, so it seems necessary to utilize puppet stages to guarantee proper ordering. I created a module to organize my firewalling. It consists of localfw::pre to open the INPUT chain for established and related connections, localfw::default for most normal rules, and localfw::post to
2010 Jul 12
13
ANNOUNCE: Puppet 2.6.0 - Release Candidate 2 available!
...ed note, if you specify a stage for a given class, you should specify as few as possible explicit relationships to or from that class. Otherwise you risk a greater chance of dependency cycles. This can all be visualized relatively easily using the —graph option to puppetd and opening the graphs in OmniGraffle or GraphViz. Specifying the ordering of Run Stages also works much better when specified using the new relationship syntax, too: stage { [pre, post]: } Stage[pre] -> Stage[main] -> Stage[post] This way it’s very easy to see at a glance exactly how the stages are ordered. Support for hash...
2011 Nov 04
1
Storeconfigs and nagios and foreman
...y. # The default value is ''$masterport''. ca_port = 8140 # Whether puppet agent should be run in noop mode. # noop = false # Whether to create dot graph files for the different # configuration graphs. These dot files can be interpreted by tools # like OmniGraffle or dot (which is part of ImageMagick). # graph = false # A lock file to temporarily stop puppet agent from doing anything. # The default value is ''$statedir/puppetdlock''. puppetdlockfile = /var/lib/puppet/state/puppetdlock # The server to which server puppet...