Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
ADDED - Prerequisite details for Setup script
Browse files Browse the repository at this point in the history
  • Loading branch information
malagappan committed Sep 20, 2016
1 parent c613fd2 commit f1be9a1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,17 @@ This repository contains the necessary artifacts that will allow one to pull up
+ Apigee Developer Portal (https://opencommerce.apigee.com/)

## Setup
The setup script assumes 'prod' & 'test' environments are available in your Apigee EDGE org and Virtual host 'secure' is enabled in the Apigee EDGE org environment configuration.


To deploy the APIs and its dependencies on your own org please run the following script

```bash
$ cd src/gateway/setup
$ sh setup.sh
```


This will interactively prompt you for your Edge and BaaS credentials, and will then create / deploy all relevant bundles and artifacts and will provision the **OpenCommerce Sandbox** on your own Org.

In case you wish to run in a non interactive mode, a config.sh file is available in this (/setup) folder which allows one to specify defaults to the asked questions. This will ensure that the questions are not asked where it is available in the config.sh file.
Expand Down

0 comments on commit f1be9a1

Please sign in to comment.