Activiti framework installation for v5.13
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2013 03:33 AM
Hi Activiti team,
I'm new to Activiti.
There is nothing about the setup in the latest user-guide( http://activiti.org/userguide/index.html )
As per the book activiti in action,
I see there is a setup directory for installing activiti framework in v5.10, and there is no setup directory in v5.13.
Is it removed in latest version ?
And why do we need to install it when we have eclipse plugin(activiti designer) ?
Can any one please help me clarifying this.
Thanks in advance.
Regards,
Nirvana
I'm new to Activiti.
There is nothing about the setup in the latest user-guide( http://activiti.org/userguide/index.html )
As per the book activiti in action,
I see there is a setup directory for installing activiti framework in v5.10, and there is no setup directory in v5.13.
Is it removed in latest version ?
And why do we need to install it when we have eclipse plugin(activiti designer) ?
Can any one please help me clarifying this.
Thanks in advance.
Regards,
Nirvana
Labels:
- Labels:
-
Archive
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2013 04:53 AM
There is no setup anymore. Just deploy the activiti-explorer.war or activiti-rest.war file in a container (e.g.. tomcat) and you're good to go. Once you're familiar with those apps, you can use activiti in your project as a library (using maven, for example) to start using the API.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2013 05:03 AM
Thanks a lot Frederik …..
