Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #10 from ctienshi/master
Browse files Browse the repository at this point in the history
updating readme and changing folder name
  • Loading branch information
chamithkumarage authored Feb 8, 2018
2 parents 0b2895b + 6f46d00 commit fe15ded
Show file tree
Hide file tree
Showing 23 changed files with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions machines/README.md → vagrantfiles/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,27 @@ for MySQL, [Connector/J](https://dev.mysql.com/downloads/connector/j/5.1.html).

## How to run the Vagrantfile

##### 1. Checkout this repository into your local machine using the following Git command.
1. Checkout this repository into your local machine using the following Git command.

```
git clone https://github.com/wso2/vagrant-is.git
git clone https://github.com/wso2/vagrant-is.git
```

##### 2. Build and add the Vagrant boxes for external MySQL database, WSO2 Identity Server and WSO2 Identity Server Analytics using the Vagrant box generation resources.

##### 3. Move to `machines` folder.
2. Build and add the Vagrant boxes for external MySQL database, WSO2 Identity Server and WSO2 Identity Server Analytics using the Vagrant box generation resources.

cd machines

##### 4. Add the MySQL connector (mysql-connector-java-5.1.*-bin.jar) to the identity-server/confs/repository/components/lib folder.
3. Move to `vagrantfiles` folder.

##### 5. Add the MySQL connector (mysql-connector-java-5.1.*-bin.jar) to the identity-server-analytics/confs/repository/components/lib folder.
```
cd vagrantfiles
```

##### 6. Spawn up the Vagrant setup.
4. Spawn up the Vagrant setup.

```
vagrant up
```
5. Access the Identity Server via the URL given below.

```
https://172.28.128.4:9443/carbon
```
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit fe15ded

Please sign in to comment.