Skip to content

Commit

Permalink
Added myaddons file
Browse files Browse the repository at this point in the history
Update README file
  • Loading branch information
aabiabdallah committed Mar 26, 2019
1 parent 9cdd8a9 commit 65ff4c0
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 3 deletions.
35 changes: 32 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,36 @@ Extendable workflow engine built using the <a href="https://www.netvariant.com"

## Installation

> To be completed.
You will be carrying out these steps to install the workflow engine.

* Download the Moqui Framework (optional)
* Download the [myaddons.xml](myaddons.xml) file
* Download the workflow component

### Download the Moqui Framework

In case you don't have the Moqui Framework then you can can download it using this command:

```shell
$ git clone https://github.com/moqui/moqui-framework.git
```

### Download the myaddons.xml file

Download the [myaddons.xml](myaddons.xml) file and copy it to the Moqui Framework root directory. If you're using a unix-based environment you can do this quickly using these commands:

```shell
$ cd moqui-framework
$ wget https://raw.githubusercontent.com/netvariant/moqui-workflow/master/myaddons.xml
```

### Download the workflow component

You're all set to download the workflow component, just run this command and you're done!

```shell
$ ./gradlew getComponent -Pcomponent=moqui-workflow
```

## Configuration

Expand All @@ -24,10 +53,10 @@ Extendable workflow engine built using the <a href="https://www.netvariant.com"
## Authors

This project was developed by the good fellows at <a href="https://www.netvariant.com" target="_blank">Netvariant</a>.
This project was developed by the good fellows at [Netvariant](https://www.netvariant.com).

## License

[![license](http:https://img.shields.io/badge/license-CC0%201.0%20Universal-blue.svg)](https://github.com/Netvariant/moqui-workflow/blob/master/LICENSE.md)

This project is licensed under the CC0 License - see the LICENSE.md file for details.
This project is licensed under the CC0 License - see the [LICENSE.md](LICENSE.md) file for details.
15 changes: 15 additions & 0 deletions myaddons.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<addons default="moqui-workflow" default-repository="github">

<!-- GitHub -->
<repository name="github">
<location type="git" url="https://github.com/${component.'@group'}/${component.'@name'}.git"/>
</repository>

<!-- Moqui runtime -->
<runtime name="moqui-runtime" group="moqui" version="2.1.1" branch="master" repository="github"/>

<!-- Moqui components -->
<component name="moqui-elasticsearch" group="moqui" version="1.2.0" branch="master" repository="github"/>
<component name="moqui-workflow" group="netvariant" version="1.0.0" branch="master" repository="github"/>

</addons>

0 comments on commit 65ff4c0

Please sign in to comment.