Re: [jbehave-user] BDD Assistant

2014-09-28 Thread Viktor Farcic
I added installation through Docker (for those who never tried it this
might be an opportunity; it's really cool). I hope that it should solve the
difficulties some might have had with other ways of installation.

1. Install https://www.docker.com/
2. Execute: docker run -d -p 9000:9000 --name bdd_assistant
vfarcic/technologyconversationsbdd
3. Open http://localhost:9000

On Wed, Sep 17, 2014 at 11:34 AM, Viktor Farcic vik...@farcic.com wrote:

 Hi,

 I checked the instructions (I wrote them quite some time ago so I needed
 to refresh my memory) and all there is to do to install the app are
 following 3 lines:

 git clone 
 https://github.com/TechnologyConversations/TechnologyConversationsBdd.git
 sbt clean stage
 target/universal/stage/bin/tcbdd

 Requirements are to have SBT and Scala installed.

 I added instructions how to add custom steps. All there is to do is to copy
 the steps JAR to the *steps* directory. I added it to the Custom Steps
 section of the README.md.


 On Tue, Sep 16, 2014 at 4:34 PM, Viktor Farcic vik...@farcic.com wrote:

 Sorry... I made a typo in the previous problem. I wanted to say that
 packaging should NOT be a problem :)

 On Tue, Sep 16, 2014 at 4:16 PM, Viktor Farcic vik...@farcic.com wrote:

 Hi Mauro,

 Packaging should be a problem. I can provide a ZIP with all dependencies
 and .sh/.bat scripts to run the app. Even though it's created in Scala the
 end result is a JAR file. I'll get back to you when the package is done
 together with instructions how to add custom steps.

 On Tue, Sep 16, 2014 at 4:02 PM, Mauro Talevi 
 mauro.tal...@aquilonia.org wrote:

 Hi Viktor,

 the app looks very interesting, but the  installation curve seems
 pretty steep.

 It would great if you could produce an installer that minimes
 built-time tools and only requires runtime ones.

 By the way, can the app be packaged as a stardard java webapp?

 An example of how users can configure the app with their steps library
 would be very useful.

 I'll provide more feedback as I dig more into it.

 Cheers

 On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote:

 I wrote an OSS application for writing, managing and running JBehave
 stories. I'd be grateful you someone would give me feedback.

 Information can be found in the
 http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/







Re: [jbehave-user] BDD Assistant

2014-09-17 Thread Viktor Farcic
Hi,

I checked the instructions (I wrote them quite some time ago so I needed to
refresh my memory) and all there is to do to install the app are following
3 lines:

git clone 
https://github.com/TechnologyConversations/TechnologyConversationsBdd.git
sbt clean stage
target/universal/stage/bin/tcbdd

Requirements are to have SBT and Scala installed.

I added instructions how to add custom steps. All there is to do is to copy
the steps JAR to the *steps* directory. I added it to the Custom Steps
section of the README.md.


On Tue, Sep 16, 2014 at 4:34 PM, Viktor Farcic vik...@farcic.com wrote:

 Sorry... I made a typo in the previous problem. I wanted to say that
 packaging should NOT be a problem :)

 On Tue, Sep 16, 2014 at 4:16 PM, Viktor Farcic vik...@farcic.com wrote:

 Hi Mauro,

 Packaging should be a problem. I can provide a ZIP with all dependencies
 and .sh/.bat scripts to run the app. Even though it's created in Scala the
 end result is a JAR file. I'll get back to you when the package is done
 together with instructions how to add custom steps.

 On Tue, Sep 16, 2014 at 4:02 PM, Mauro Talevi mauro.tal...@aquilonia.org
  wrote:

 Hi Viktor,

 the app looks very interesting, but the  installation curve seems pretty
 steep.

 It would great if you could produce an installer that minimes built-time
 tools and only requires runtime ones.

 By the way, can the app be packaged as a stardard java webapp?

 An example of how users can configure the app with their steps library
 would be very useful.

 I'll provide more feedback as I dig more into it.

 Cheers

 On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote:

 I wrote an OSS application for writing, managing and running JBehave
 stories. I'd be grateful you someone would give me feedback.

 Information can be found in the
 http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/






Re: [jbehave-user] BDD Assistant

2014-09-16 Thread Mauro Talevi
Hi Viktor,

the app looks very interesting, but the  installation curve seems pretty steep.

It would great if you could produce an installer that minimes built-time tools 
and only requires runtime ones.

By the way, can the app be packaged as a stardard java webapp?

An example of how users can configure the app with their steps library would be 
very useful.

I'll provide more feedback as I dig more into it.

Cheers

 On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote:
 
 I wrote an OSS application for writing, managing and running JBehave stories. 
 I'd be grateful you someone would give me feedback.
 
 Information can be found in the 
 http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/
 


Re: [jbehave-user] BDD Assistant

2014-09-16 Thread Viktor Farcic
Hi Mauro,

Packaging should be a problem. I can provide a ZIP with all dependencies
and .sh/.bat scripts to run the app. Even though it's created in Scala the
end result is a JAR file. I'll get back to you when the package is done
together with instructions how to add custom steps.

On Tue, Sep 16, 2014 at 4:02 PM, Mauro Talevi mauro.tal...@aquilonia.org
wrote:

 Hi Viktor,

 the app looks very interesting, but the  installation curve seems pretty
 steep.

 It would great if you could produce an installer that minimes built-time
 tools and only requires runtime ones.

 By the way, can the app be packaged as a stardard java webapp?

 An example of how users can configure the app with their steps library
 would be very useful.

 I'll provide more feedback as I dig more into it.

 Cheers

 On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote:

 I wrote an OSS application for writing, managing and running JBehave
 stories. I'd be grateful you someone would give me feedback.

 Information can be found in the
 http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/




Re: [jbehave-user] BDD Assistant

2014-09-16 Thread Viktor Farcic
Sorry... I made a typo in the previous problem. I wanted to say that
packaging should NOT be a problem :)

On Tue, Sep 16, 2014 at 4:16 PM, Viktor Farcic vik...@farcic.com wrote:

 Hi Mauro,

 Packaging should be a problem. I can provide a ZIP with all dependencies
 and .sh/.bat scripts to run the app. Even though it's created in Scala the
 end result is a JAR file. I'll get back to you when the package is done
 together with instructions how to add custom steps.

 On Tue, Sep 16, 2014 at 4:02 PM, Mauro Talevi mauro.tal...@aquilonia.org
 wrote:

 Hi Viktor,

 the app looks very interesting, but the  installation curve seems pretty
 steep.

 It would great if you could produce an installer that minimes built-time
 tools and only requires runtime ones.

 By the way, can the app be packaged as a stardard java webapp?

 An example of how users can configure the app with their steps library
 would be very useful.

 I'll provide more feedback as I dig more into it.

 Cheers

 On 15 Sep 2014, at 11:29, Viktor Farcic vik...@farcic.com wrote:

 I wrote an OSS application for writing, managing and running JBehave
 stories. I'd be grateful you someone would give me feedback.

 Information can be found in the
 http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/





[jbehave-user] BDD Assistant

2014-09-15 Thread Viktor Farcic
I wrote an OSS application for writing, managing and running JBehave
stories. I'd be grateful you someone would give me feedback.

Information can be found in the
http://technologyconversations.com/2014/09/02/bdd-assistant-its-alive-and-cries-for-help/