similar to: Re: Webistrano - A Web UI for managing Capistrano depl

Displaying 20 results from an estimated 30000 matches similar to: "Re: Webistrano - A Web UI for managing Capistrano depl"

2007 Aug 29
0
Re: Webistrano - A Web UI for managing Capistrano depl
Jonathan Weiss wrote: > I''m happy to announce the release of Webistrano - a Web UI for managing > Capistrano deployments. Jonathan, This looks fantastic! I''m sure it will come in useful in our team for managing deployments. Cheers, Tom -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you
2008 Apr 29
1
Webistrano recipes association (was: [Capistrano] Webistrano 1.3 released)
I see at some point recipes were changed from project-associated to stage-associated, is there some explanation or examples of that use-case? Could I request we have both? In my current cap scripts, we don''t have any stage-specific recipes, but maybe I''m just not understanding this completely. On Tue, Apr 29, 2008 at 1:04 PM, Jonathan Weiss
2008 Jan 17
6
Webistrano on Windows
Greetings. I just read a note on Webistrano''s website about Webistrano not running on Windows. Does anyone know if there''s a patch to get it running? I''d like to use this tool, but I''m using Windows XP for the time being and need to deploy from there. When I tried running Webistrano for the first time last night it threw an exception when trying to start the
2006 Apr 30
4
Subversion and Capistrano
I have a project under Subversion, deployed by Capistrano. When it is deployed, obviously I need to deploy "real" copies of database.yml, deploy.rb, and maybe a couple of other files. But if I offer it for public checkout, I obviously do not want these files as part of the checked out code. What''s the best way to handle this? --Al Evans -- Posted via
2006 Jul 26
0
capistrano CLI automation - using capistrano as a library
Hi all, I''m trying to integrate Capistrano (thanks Jamis and DHH for such a lovely piece of software) into an application I''m writing. I can''t figure out, though, how to get output from capistrano when it''s used through the CLI or configuration class, however. I see that it implements a logger (Logger) and I see that starting on line 12 of the included
2016 Sep 10
0
web admin ui for samba AD
On Sat, 2016-09-10 at 04:41 +0300, Ioan Eugen Stan via samba wrote: > Hello, > > I'm thinking about starting a web tool for managing an Samba Active > Directory - manage users, machines, etc. Managing Samba AD is my > motivation so far. The idea is to build more or less a web version of > "samba-tool". This is just an idea and so far I am exploring the >
2016 Sep 12
0
web admin ui for samba AD
This thread has me thinking about good ways to use python with web pages. Maybe php or just flat HTML for the main page and have python work with cgi to pass information with json's using AJAX Any thoughts on this? I started using php many years ago and always ended up using php itself the same way with an HTML page heavy with javascript that made ajax calls to update itself from other php
2016 Sep 13
0
web admin ui for samba AD
On Tue, 13 Sep 2016 10:03:12 -0700 David Bear via samba <samba at lists.samba.org> wrote: > On 09/12/2016 01:17 PM, Jeff Sadowski via samba wrote: > > This thread has me thinking about good ways to use python with web > > pages. Maybe php or just flat HTML for the main page and have > > python work with cgi to pass information with json's using AJAX > > >
2016 Sep 10
2
web admin ui for samba AD
Hello, I'm thinking about starting a web tool for managing an Samba Active Directory - manage users, machines, etc. Managing Samba AD is my motivation so far. The idea is to build more or less a web version of "samba-tool". This is just an idea and so far I am exploring the implications. I have a strong background in Java / JavaScript. I can code in other languages but I am not as
2006 Aug 12
3
Capistrano deployment pathname error
When I try to do a deployment with Capistrano I get the error "No such file to load -- pathname" when Cap tries to execute reaper. Any ideas what''s causing this or how I can troubleshoot it? (Output follows.) Thanks. Evan -----BEGIN OUTPUT----- [evans-powerbook:~/Desktop/asktheguys] evan% clear ; rake remote:deploy (in /Users/evan/Desktop/asktheguys) loading
2006 Apr 25
0
Capistrano adding shared files
I''m finding the :before_task and :after_task facilities in Capistrano very useful. For example, I needed to add a shared directory to my system. All I had to do was add a few lines to deploy.rb: desc "Add shared usr_img directory to shared" task :after_setup do run <<-CMD mkdir -p -m 775 #{shared_path}/user_img CMD end desc "Link shared usr_img directory
2006 Mar 30
4
Capistrano Shovel onto Textdrive SVN error
I''m using the Shovel recipe to deploy my lovely app to text drive. everyhting seems to be ok apart from the deploy action which fails saying that there is "No such file or directory" I''ve included the full error listing below. The SVN definately exists because we''re using for development. Does any one have any ideas what might be going wrong? Thanks Tom
2016 Sep 12
2
web admin ui for samba AD
Hi, I didn't know about that one. I will try it out. Right now, it looks good enough. Thanks, On 10.09.2016 07:53, Andrew Bartlett via samba wrote: > On Sat, 2016-09-10 at 04:41 +0300, Ioan Eugen Stan via samba wrote: >> Hello, >> >> I'm thinking about starting a web tool for managing an Samba Active >> Directory - manage users, machines, etc. Managing Samba
2007 Oct 20
4
deploying with capistrano - web site responds much faster
Hi, just out of curiosity: I have a RoR website, and till now I used to deploy it by hand. Now I''ve deployed it automatically, and after this the web site response is much faster. I don''t know if capistrano did something else too, though the speed of how the site runs has increased a lot. there is another thing though: I''m using a shared account on textdrive, and there
2013 Jan 09
0
[LLVMdev] LLVM Buildbot Web UI slow responds
Hello, If you may notice, LLVM Buildbot Web UI responds slow for waterfall and few other pages. I'm looking at the issue to see what we can do about this. Everything, except that slow Web UI, works fine. The builds are running as expected and e-mail/IRC notifications get sent. Thank you for your patience. Thanks Galina -------------- next part -------------- An HTML attachment was
2010 Nov 05
0
Polycom WEB UI configuration - What needs to be put in for basic SIP registration?
Hi Everyone, Configuring a Polycom conference bridge IP 5000 to connect to Asterisk. For some reason I don't see any SIP packets coming in to Asterisk at all. I don't want to use XML or ftp etc for now and just use the Web Interface to get it going with basic features. But the Web UI is a bit confusing with SIP and Line tabs. I have put this on the web interface: SIP > Outbound
2016 Sep 13
4
web admin ui for samba AD
On 09/12/2016 01:17 PM, Jeff Sadowski via samba wrote: > This thread has me thinking about good ways to use python with web pages. > Maybe php or just flat HTML for the main page and have python work with cgi > to pass information with json's using AJAX > > Any thoughts on this? cgi is probably not what you want to do I doubt you want to make things complex by mixing php and
2006 Jun 14
2
Web UI - Best practices?
Hi, I'm stuck writing a Web GUI because nothing out there is exactly what I need. I'm not writing something as extensive as what _is_ out there, but just something that allows users to change where their calls are forwarded and other small things like that. What I wanted to know is what is recommended by those you successfully wrote their own UI : 1) Modifying the config directly in
2018 Jun 28
2
[LNT] Tests for web UI/javascript?
Hello. We've started using LNT and found it very handy. However, we found that LNT web UI is missing some features to help our use-cases. We'd like to add them (and already started doing so) but it's hard to add them without breaking existing features/workflows because while LNT has some python CLI test coverage the dynamic Web part (mainly JS UI) is not really tested. So our question
2006 Apr 21
9
Capistrano, OS X
If you installed your copy of ruby via DarwinPorts, the hashbang lines at the top of your dispatch.* scripts says "#!/opt/local/bin/ruby". This is a problem, if you''re deployin via Capistrano to a host with a different path to ruby (which would be practially all of them:-) Here''s a fix. Add this "fix_hashbangs.rb" script to your script directory.