[JBoss JIRA] (TOOLSDOC-598) Document new JBDS+Fuse Installer
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-598?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-598:
-------------------------------
Estimated Difficulty: Medium
> Document new JBDS+Fuse Installer
> --------------------------------
>
> Key: TOOLSDOC-598
> URL: https://issues.jboss.org/browse/TOOLSDOC-598
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 4.3.0.Final
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: fuse, installer
> Fix For: 4.3.0.Final
>
>
> Document a new installer (see linked JIRA for developer task) for the following use case: As a Fuse, integration-focused developer, I need a downloadable installer that will allow me to quickly and easily install JBDS with Fuse capabilities.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-598) Document new JBDS+Fuse Installer
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-598?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-598:
-------------------------------
Labels: fuse installer (was: )
> Document new JBDS+Fuse Installer
> --------------------------------
>
> Key: TOOLSDOC-598
> URL: https://issues.jboss.org/browse/TOOLSDOC-598
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 4.3.0.Final
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: fuse, installer
> Fix For: 4.3.0.Final
>
>
> Document a new installer (see linked JIRA for developer task) for the following use case: As a Fuse, integration-focused developer, I need a downloadable installer that will allow me to quickly and easily install JBDS with Fuse capabilities.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-598) Document new JBDS+Fuse Installer
by Misha Ali (JIRA)
[ https://issues.jboss.org/browse/TOOLSDOC-598?page=com.atlassian.jira.plug... ]
Misha Ali updated TOOLSDOC-598:
-------------------------------
Affects Version/s: 4.3.0.Final
> Document new JBDS+Fuse Installer
> --------------------------------
>
> Key: TOOLSDOC-598
> URL: https://issues.jboss.org/browse/TOOLSDOC-598
> Project: Documentation for JBoss Tools and Developer Studio
> Issue Type: Feature Request
> Components: Installation Guide
> Affects Versions: 4.3.0.Final
> Reporter: Misha Ali
> Assignee: Misha Ali
> Labels: fuse, installer
> Fix For: 4.3.0.Final
>
>
> Document a new installer (see linked JIRA for developer task) for the following use case: As a Fuse, integration-focused developer, I need a downloadable installer that will allow me to quickly and easily install JBDS with Fuse capabilities.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-610) FeedHenry: Document how to change icon for mobile application
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-610:
----------------------------------
Summary: FeedHenry: Document how to change icon for mobile application
Key: TOOLSDOC-610
URL: https://issues.jboss.org/browse/TOOLSDOC-610
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: General documentation issues
Reporter: Misha Ali
Assignee: Misha Ali
Priority: Optional
Fix For: 4.3.0.Final
As a HTML5-focused, Cordova mobile app developer, I need to change the icon associated with my mobile application. The icon on the end-user's home screen.
Also part of a Did You Know? probably.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-609) FeedHenry: Document how to change the splash screen
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-609:
----------------------------------
Summary: FeedHenry: Document how to change the splash screen
Key: TOOLSDOC-609
URL: https://issues.jboss.org/browse/TOOLSDOC-609
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: General documentation issues
Reporter: Misha Ali
Assignee: Misha Ali
Priority: Minor
Fix For: 4.3.0.Final
As a HTML5+Cordova mobile app developer, I need to change the splash screen associated with the application launch.
This will be added to an existing article, probably as a Did You Know? Item.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-608) FeedHenry: Document exporting a Cordova app created using JBDS to FH
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-608:
----------------------------------
Summary: FeedHenry: Document exporting a Cordova app created using JBDS to FH
Key: TOOLSDOC-608
URL: https://issues.jboss.org/browse/TOOLSDOC-608
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: General documentation issues
Reporter: Misha Ali
Assignee: Misha Ali
Fix For: 4.3.0.Final
As a HTML5-focused mobile application developer, I wish to use JBoss Tools and JBDS to craft my AngularJS+Ionic or jQuery Mobile-based application, testing it via CordovaSim, deploy the application to my iOS and/or Android phone and when I feel it is "about right", push it to FeedHenry's git URL.
It is currently unclear how an end-user takes his/her JBDS Hybrid Mobile (Cordova) project and sets it up to support a git push to FH.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years
[JBoss JIRA] (TOOLSDOC-607) Docker: Document advanced docker tooling
by Misha Ali (JIRA)
Misha Ali created TOOLSDOC-607:
----------------------------------
Summary: Docker: Document advanced docker tooling
Key: TOOLSDOC-607
URL: https://issues.jboss.org/browse/TOOLSDOC-607
Project: Documentation for JBoss Tools and Developer Studio
Issue Type: Feature Request
Components: General documentation issues
Reporter: Misha Ali
Assignee: Misha Ali
Fix For: 4.3.0.Final
Once significant delta between the "basic" and advanced scenarios is that here I wish to custom craft my own docker images instead of using an existing one - where my custom crafted image includes my .war or .ear.
In addition to the basic integrations of pull, run, stop, commit and push
boot2docker init
boot2docker up
boot2docker down
boot2docker ip
docker run -d
docker ps
docker rm
docker rmi
docker build
End-user steps:
0) assumes boot2docker has been dowloaded and installed
1) boot2docker init : required to to insure boot2docker-vm is properly initialized
2) boot2docker up : starts the VirtualBox boot2docker-vm
3) boot2docker ip : returns the IP address - this will be vital when it comes to testing - it would need to be integrated with our Run - As on Docker capability.
4) docker run -i -t -p 80:8080 jboss/wildfly -d : the -d means detached, I may need to run N containers simultaneously
5) docker ps : allows me to see all my currently running containers
6) docker rm : allows me to kill a currently running container
7) docker rmi : allows me to remove a local image
8) docker build : assumes that I have crafted a Dockerfile - this will create the local image - with my .war or .ear embedded
9) docker run : this new created image
The docker build scenario can be triggered via a Maven plugin
The docker build scenario can also be triggered via an Eclipse menu option (like a Maven install)
We need to figure out the file-system layout so that the Dockerfile and the maven project are all nicely checked into git/svn. So that Jenkins can pick up this repository and perform an automated "docker build" (post Maven install) and then run all the appropriate unit, integration and functional tests.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)
11 years