Skip to content
This repository has been archived by the owner on Jul 2, 2019. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pchainho authored Nov 7, 2016
1 parent 21972ea commit 80735cd
Showing 1 changed file with 28 additions and 14 deletions.
42 changes: 28 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,25 +17,11 @@ See the [Wiki](https://github.com/reTHINK-project/dev-hyperty-toolkit/wiki) for

To run the toolkit do the following:

If you want run with runtime-core
```shell
# clone the toolkit repository with the stable branches
git clone https://github.com/reTHINK-project/dev-hyperty-toolkit.git

# clone the toolkit repository with the develop branches
git clone --branch=develop https://github.com/reTHINK-project/dev-hyperty-toolkit.git
```

If you want run with runtime-browser or runtime-nodejs
```shell
# clone the toolkit repository with the stable releases
git clone --branch=runtimes https://github.com/reTHINK-project/dev-hyperty-toolkit.git

# clone the toolkit repository with the develop branches
git clone --branch=runtimes-develop https://github.com/reTHINK-project/dev-hyperty-toolkit.git
```
for both case above:

```shell
# clone the dev-hyperty repository
git clone https://github.com/reTHINK-project/dev-hyperty.git
Expand All @@ -47,7 +33,9 @@ cd dev-hyperty-toolkit
npm install
```


### To develop Hyperties for Browsers

```shell
# run the toolkit for browser and select where is the dev-hyperty repository
npm run start:browser
Expand All @@ -58,7 +46,33 @@ Open `https://catalogue.localhost/` and accept certificate
Open `https://localhost/` and select an Hyperty to run.

### To develop Hyperties for Nodejs

```shell
# or toolkit for nodejs and select where is the dev-hyperty repository
npm run start:node
```

## Other developments

The toolkit can also be used to test other rethink components.

* To test development branches from Runtime Core or Service Framework, Use Toolkit develop branch:

```shell
# clone the toolkit repository with the develop branches
git clone --branch=develop https://github.com/reTHINK-project/dev-hyperty-toolkit.git
```

* To test stable releases (master branch) from Runtime Browser or Runtime Node, Use Toolkit "runtimes" branch:

```shell
# clone the toolkit repository with the stable releases
git clone --branch=runtimes https://github.com/reTHINK-project/dev-hyperty-toolkit.git
```

* To test "develop" branches from Runtime Browser or Runtime Node, Use Toolkit "runtimes-develop" branch:

```shell
# clone the toolkit repository with the develop branches
git clone --branch=runtimes-develop https://github.com/reTHINK-project/dev-hyperty-toolkit.git
```

0 comments on commit 80735cd

Please sign in to comment.