-
Notifications
You must be signed in to change notification settings - Fork 51
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
Help #2
Comments
OK, so I guess it's time to RTFM, but there is one problem...my employer will not authorize this, which puts me in an awkward position, because I will have to do this on my own time, which I don't really mind, but is a lot more limited than my work hours, and this will put us behind schedule...my boss doesn't like delays... I am including a link to the apach ant manual in case anyone else happens across this issue in the search for information. This is probably going to remove DCM as a possibility for us, my boss is talking about switching to dpBuddy (Which is ok I guess), but I would like to stick to IBM tools where I can, I guess this is just one of those times when I can't. Anyway, Thanks for putting this out there, I do appreciate the time and effort. I will stay subscribed to this issue in case you decide to include a quick-start guide. here is the link to the apache ant manual: |
We will have more documentation soon, but in the meantime, here's an example on how to use DCM. It is recommended that you use the Apache Ant that's packaged by the build script. These are the operations that are available: certificate-from-def - upload a cert (or multiple certs) based on a dcm:definition (with Crypto Certificate objects, of course)
This script relies on the following ANT properties:
An example usage to import a configuration file:
All the above commands are in the comments in deploy.ant.xml file. |
Ok, This is perfect. Thank you so much. I will mark this issue as closed because this gives me plenty to start with, but could I recomend moving these comments from deploy.ant.xml (This might be a standard place for this, but especially the section "IF YOU ARE NEW TO ANT" because if you are new to ANT then you wouldn't know to look in this file) into a file called quick-start.txt or if you can't do that maybe just putting a line in README.md pointing to this documentation. These comments give me more than enough to start working with this tool, but I had no idea to look in that particular file. Thank you so much for your response. |
I am glad that helped. Like I said, we plan to have more documentation out soon. Feel free to let us know of any issues or questions. |
That new documentation is now available in the wiki. Check out the Quick Start page for getting DCM installed and the Easy On Ramp page for getting started with the basic concepts and a decent way of organizing your DCM assets. |
I am running this on a Lubuntu 14.10 workstation.
I cloned the repository, I installed the pre-requisites and I built the project as per your instructions in README.md. Everything went as expected.
Now I am looking through the resulting directory structure, and there is no documentation...
I am what I would consider a competent sytem admin/developer, but I need some sort of pointer as to where to go now...
Could you please add a file which would give some basic commands I would issue, from there I am sure I can dig in and discover the more advanced functionality, but without a starting point I find I am unable to do a thing.
The text was updated successfully, but these errors were encountered: