-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for dreadnot #15
Comments
Right now the project is pretty young. But most of the documentation is in the README and example deployments. We are working on expanding those examples in the future. |
Thank you - I will go through the README and get back if there are difficulties
|
Hi, It would be great to see more complex example of deployment, for example to rackspace cloud or aws and with at least few target servers. Cheers, |
@twojcik +1 for the more complex examples. It might be an idea to see if any non-RS examples could be found too (variety is the spice of life). At the moment I think there is a bit of gulf between what dreadnot was designed for, and what the examples gets you started doing, and the potential for going wildly off track is huge (or just throwing your toys out of the pram). |
I 'm struggling how to use dreadnot in my product for deployment of builds on a daily basis after the builds are done . I'm not considering deployment in cloud currently. The script that i'm using currently needs heavy maintanence and it is very fragile
|
Here is the stack we use: https://gist.github.com/1791382 Our asset build currently depends on some information seeded into the database which is why the db:drop et al are in there. |
@prangana I'll put in some work on docs as soon as I get the chance, I've heard from quite a few people who are interested in Dreadnot, but not sure how to use it. In the meantime, check out the gist posted above. The general idea is to create a node.js file full of 'tasks', then create lists of tasks that make up a deployment. @tritonrc When I get around to documenting this, do you mind if I include a Heroku example based on yours? |
sure. If I can get it to work the way I want using dreadnot , I will share my experience. Looking forward to the starter kit .
|
@russellhaering Yep that is fine by me. |
@russellhaering can you show a full example of dreadnot.The default example is so simple.You'd better explain the origin that includes many hosts. origin1 => ['ip1','ip2'] . How to push it to production environment. |
any more progress on creating some fuller examples? |
I know this is old, but I'd still be interested in seeing an example of a stack that does a deploy on a remote host or hosts. |
+1 |
Hi
I need some help in using the open source tool "dreadnot". I downloaded the tool . My goal is to use dreadnot for automatic deployment of software, configuration, test.
If that's possible with dreadnot - I need to know the steps to set up the same .
Where do I click to see the documentation for the tool? ( User manual, Installation guide etc )
Thanks
PR
The text was updated successfully, but these errors were encountered: