-
Notifications
You must be signed in to change notification settings - Fork 194
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #108 from reactioncommerce/release-next-v3.0.1
release v3.0.1
- Loading branch information
Showing
3 changed files
with
24 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,6 @@ | ||
## Overview | ||
|
||
Reaction Platform is a customizable, real-time, reactive commerce solution. | ||
This repository is the quickest way to get started with [Reaction][10] and its | ||
supporting services in a local development environment. | ||
Reaction Platform is a customizable, real-time, reactive commerce solution. This repository is the quickest way to get started with the [Reaction API][10] and its supporting services in a local development environment. | ||
|
||
## Features | ||
|
||
|
@@ -23,11 +21,11 @@ supporting services in a local development environment. | |
|
||
## Getting started | ||
|
||
Clone this repository, and then run `make` in the `reaction-platform` directory. If all goes well, it will take some time to download and start all of the components, but when it's done you'll have the entire Reaction application running on your computer through Docker. Individual services are cloned as child directories within this project. | ||
Clone this repository, and then run `make` in the `reaction-development-platform` directory. If all goes well, it will take some time to download and start all of the components, but when it's done you'll have the entire Reaction application running on your computer through Docker. Individual services are cloned as child directories within this project. | ||
|
||
```sh | ||
git clone [email protected]:reactioncommerce/reaction-platform.git | ||
cd reaction-platform | ||
git clone [email protected]:reactioncommerce/reaction-development-platform.git | ||
cd reaction-development-platform | ||
make | ||
``` | ||
|
||
|
@@ -163,6 +161,20 @@ You may refer to each sub-project's README for additional operation details. | |
|
||
For tips on developing with Docker, read our [Docker docs](https://docs.reactioncommerce.com/docs/installation-docker-development). | ||
|
||
## Latest Releases | ||
|
||
The following table provides the most current version of each project used by this platform: | ||
|
||
| Project | Latest release | | ||
|------------------------------------- |----------------- | | ||
| [reaction-development-platform][10] | 3.0.1 | | ||
| [reaction][10] | 3.0.0 | | ||
| [reaction-hydra][12] | 3.0.0 | | ||
| [reaction-identity][17] | 3.0.0 | | ||
| [example-storefront][13] | 3.0.0 | | ||
| [reaction-admin (beta)][19] | 3.0.0-beta.5 | | ||
| [api-migrations][20] | 3.0.0 | | ||
|
||
### Developer Certificate of Origin | ||
We use the [Developer Certificate of Origin (DCO)](https://developercertificate.org/) in lieu of a Contributor License Agreement for all contributions to Reaction Commerce open source projects. We request that contributors agree to the terms of the DCO and indicate that agreement by signing-off all commits made to Reaction Commerce projects by adding a line with your name and email address to every Git commit message contributed: | ||
``` | ||
|
@@ -200,3 +212,4 @@ Copyright © [GNU General Public License v3.0](./LICENSE.md) | |
[18]: https://github.com/reactioncommerce/reaction-identity/blob/trunk/README.md "Reaction Identity Readme" | ||
[19]: https://github.com/reactioncommerce/reaction-admin "Reaction Admin" | ||
[20]: https://github.com/reactioncommerce/reaction-admin/blob/trunk/README.md "Reaction Admin Readme" | ||
[20]: https://github.com/reactioncommerce/api-migrations "API Migrations" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ define SUBPROJECT_REPOS | |
[email protected]:/reactioncommerce/reaction-hydra.git,reaction-hydra,v3.0.0 \ | ||
[email protected]:/reactioncommerce/reaction.git,reaction,v3.0.0 \ | ||
[email protected]:/reactioncommerce/reaction-identity.git,reaction-identity,v3.0.0 \ | ||
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.4 \ | ||
[email protected]:/reactioncommerce/reaction-admin.git,reaction-admin,v3.0.0-beta.5 \ | ||
[email protected]:/reactioncommerce/example-storefront.git,example-storefront,v3.0.0 | ||
endef | ||
|
||
|