Discussion:
[ale] Rundeck Plugins
Chuck Payne via Ale
2018-05-30 21:24:38 UTC
Permalink
Guys,

Has anyone messed with Rundeck? I am trying to build out some plugins, but
I am not seeing how.

I see something called gradlew, and I found something online to build it out

./gradlew build

It says it ran, but I don't see any output.

It would be nice if the README.md has notes that are useful, anyway I am
very lost needing help.
--
Terror PUP a.k.a
Chuck "PUP" Payne
-----------------------------------------
Discover it! Enjoy it! Share it! openSUSE Linux.
-----------------------------------------
openSUSE -- Terrorpup
openSUSE Ambassador/openSUSE Member
skype,twiiter,identica,friendfeed -- terrorpup
freenode(irc) --terrorpup/lupinstein
Register Linux Userid: 155363

Have you tried SUSE Studio? Need to create a Live CD, an app you want to
package and distribute , or create your own linux distro. Give SUSE Studio
a try.
Jonathan Meek via Ale
2018-06-01 23:02:25 UTC
Permalink
Gradlew is associated with the gradle build system. So I would check the
following:

- Make sure Gradle is installed on your system
- most distros have in their repos
- navigate to the folder level where you see a build.gradle file
- run the following command:
- gradle build

- check to see if there's a build, builds or libs folder after you run
gradle build
- navigate into the build/builds/libs folder and snoop around in their for
your built binary

That might point you in a direction.

Jonathan
Post by Chuck Payne via Ale
Guys,
Has anyone messed with Rundeck? I am trying to build out some plugins, but
I am not seeing how.
I see something called gradlew, and I found something online to build it out
./gradlew build
It says it ran, but I don't see any output.
It would be nice if the README.md has notes that are useful, anyway I am
very lost needing help.
--
Terror PUP a.k.a
Chuck "PUP" Payne
-----------------------------------------
Discover it! Enjoy it! Share it! openSUSE Linux.
-----------------------------------------
openSUSE -- Terrorpup
openSUSE Ambassador/openSUSE Member
skype,twiiter,identica,friendfeed -- terrorpup
freenode(irc) --terrorpup/lupinstein
Register Linux Userid: 155363
Have you tried SUSE Studio? Need to create a Live CD, an app you want to
package and distribute , or create your own linux distro. Give SUSE Studio
a try.
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Scott Plante via Ale
2018-06-01 23:31:32 UTC
Permalink
gradlew is actually a bootstrap script generated by gradle, which is designed to download the required gradle executables if you don't already have them. It couldn't hurt to install gradle from your repo, but the point of gradlew is so you don't have to.
--
Scott Plante



----- Original Message -----

From: "Jonathan Meek via Ale" <***@ale.org>
To: "Chuck Payne" <***@gmail.com>, "Atlanta Linux Enthusiasts" <***@ale.org>
Sent: Friday, June 1, 2018 7:02:25 PM
Subject: Re: [ale] Rundeck Plugins

Gradlew is associated with the gradle build system. So I would check the following:


- Make sure Gradle is installed on your system
- most distros have in their repos
- navigate to the folder level where you see a build.gradle file
- run the following command:
- gradle build


- check to see if there's a build, builds or libs folder after you run gradle build
- navigate into the build/builds/libs folder and snoop around in their for your built binary


That might point you in a direction.


Jonathan



On Wed, May 30, 2018, 5:24 PM Chuck Payne via Ale < ***@ale.org > wrote:



Guys,


Has anyone messed with Rundeck? I am trying to build out some plugins, but I am not seeing how.

I see something called gradlew, and I found something online to build it out


./gradlew build

It says it ran, but I don't see any output.

It would be nice if the README.md has notes that are useful, anyway I am very lost needing help.
--
Terror PUP a.k.a
Chuck "PUP" Payne
-----------------------------------------
Discover it! Enjoy it! Share it! openSUSE Linux.
-----------------------------------------
openSUSE -- Terrorpup
openSUSE Ambassador/openSUSE Member
skype,twiiter,identica,friendfeed -- terrorpup
freenode(irc) --terrorpup/lupinstein
Register Linux Userid: 155363

Have you tried SUSE Studio? Need to create a Live CD, an app you want to package and distribute , or create your own linux distro. Give SUSE Studio a try. _______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo



_______________________________________________
Ale mailing list
***@ale.org
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Jonathan Meek via Ale
2018-06-02 17:09:19 UTC
Permalink
I totally overlooked that part Scott. Thanks for reminding me that existed.

Chuck, for what's it worth, I was able to get the code compiled. Here's
what I did:
1) installed openjdk-8-jdk on my box
2) cloned the rundeck repo from GitHub
3) naivgated to the rundeck folder
4) ran ./gradlew build
5) located the war files in the following folders:
rundeck/rundeckapp/build/libs
rundeck/rundeck-storage/build/libs

I ran into trouble when I didn't have the JDK installed so it might be
causing issues on your end.

Hope this helps.

Jonathan
Post by Scott Plante via Ale
gradlew is actually a bootstrap script generated by gradle, which is
designed to download the required gradle executables if you don't already
have them. It couldn't hurt to install gradle from your repo, but the point
of gradlew is so you don't have to.
--
Scott Plante
------------------------------
*Sent: *Friday, June 1, 2018 7:02:25 PM
*Subject: *Re: [ale] Rundeck Plugins
- Make sure Gradle is installed on your system
- most distros have in their repos
- navigate to the folder level where you see a build.gradle file
- gradle build
- check to see if there's a build, builds or libs folder after you run gradle build
- navigate into the build/builds/libs folder and snoop around in their for
your built binary
That might point you in a direction.
Jonathan
Post by Chuck Payne via Ale
Guys,
Has anyone messed with Rundeck? I am trying to build out some plugins,
but I am not seeing how.
I see something called gradlew, and I found something online to build it out
./gradlew build
It says it ran, but I don't see any output.
It would be nice if the README.md has notes that are useful, anyway I am
very lost needing help.
--
Terror PUP a.k.a
Chuck "PUP" Payne
-----------------------------------------
Discover it! Enjoy it! Share it! openSUSE Linux.
-----------------------------------------
openSUSE -- Terrorpup
openSUSE Ambassador/openSUSE Member
skype,twiiter,identica,friendfeed -- terrorpup
freenode(irc) --terrorpup/lupinstein
Register Linux Userid: 155363
Have you tried SUSE Studio? Need to create a Live CD, an app you want to
package and distribute , or create your own linux distro. Give SUSE Studio
a try.
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
_______________________________________________
Ale mailing list
https://mail.ale.org/mailman/listinfo/ale
See JOBS, ANNOUNCE and SCHOOLS lists at
http://mail.ale.org/mailman/listinfo
Loading...