Skip to content

Commit

Permalink
Merge pull request #10 from LalatenduMohanty/dev
Browse files Browse the repository at this point in the history
Updating the redmefile for atomicapp/dev box
  • Loading branch information
LalatenduMohanty committed May 11, 2015
2 parents 3548665 + a6ad9da commit 76fa651
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Checkout/git clone this repository
* Run the ```do_vagrant_cbs.sh```

```Here is the koji scratch build I did : http://cbs.centos.org/koji/taskinfo?taskID=13073```
```Here is the latest koji scratch build I did : http://cbs.centos.org/koji/taskinfo?taskID=13213```

##Running the Vagrant box
I used Fedora 21 and libvirt backend to run the vagrant box.
Expand All @@ -13,17 +13,17 @@ To install Vagrant on Fedora 21
```yum/dnf install -y vagrant-libvirt vagrant```
##Running the Vagrant box on Fedora21 with Vagrant and libvirt

I have also uploaded the images in https://atlas.hashicorp.com/lalatendum/boxes/centos7-docker
The image is available in https://atlas.hashicorp.com/atomicapp/boxes/dev

`Step-1` : Initialising a new Vagrant environment by creating a Vagrantfile
```
wget http://cbs.centos.org/kojifiles/work/tasks/3074/13074/centos-7-container-scratch-1-1.x86_64.rhevm.ova
wget http://cbs.centos.org/kojifiles/work/tasks/3214/13214/centos-7-container-scratch-1-1.x86_64.rhevm.ova
vagrant box add centos7-docker centos-7-container-scratch-1-1.x86_64.rhevm.ova
vagrant init centos7-docker
```
Or
```
vagrant init lalatendum/nulecule-dev
vagrant init atomicapp/dev
```
`Step-2` : To start the vagrant image and ssh in to it, please run following command
```
Expand All @@ -42,6 +42,11 @@ docker pull centos
docker run -t -i centos /bin/bash
```

##Running atomic app inside the vagrant box
Login to the vagrant box using `vagrant ssh` command
Then follow the below link for running an example atomic application
Refer: https://registry.hub.docker.com/u/aweiteka/helloapache/

##What does this vagrant box contains?
* docker
* @development
Expand Down

0 comments on commit 76fa651

Please sign in to comment.