Skip to content

Commit

Permalink
Move querydsl-devops to devops
Browse files Browse the repository at this point in the history
  • Loading branch information
jstaffans committed Nov 18, 2013
1 parent 7a201ac commit 4b15ce1
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 deletions.
16 changes: 8 additions & 8 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ test-output
/.metadata
.cache
derby.log
/querydsl-devops/.tmp
/querydsl-devops/.librarian
/querydsl-devops/.vagrant
/querydsl-devops/Puppetfile.lock
/querydsl-devops/modules
/querydsl-devops/*.rpm.zip
/querydsl-devops/**/*.semaphore
/querydsl-devops/test-connection/.lein-repl-history
/devops/.tmp
/devops/.librarian
/devops/.vagrant
/devops/Puppetfile.lock
/devops/modules
/devops/*.rpm.zip
/devops/**/*.semaphore
/devops/test-connection/.lein-repl-history
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ For running tests, a Vagrant/Puppet setup is provided. It is based on Ubuntu 12.

You will need to install [VirtualBox], [Puppet], [Vagrant], the [vagrant-vbguest] plugin and [librarian-puppet]. You will also need to
download the Oracle XE 11g installer file (```oracle-xe-11.2.0-1.0.x86_64.rpm.zip```) manually and
place it in the ```querydsl-devops``` directory.
place it in the ```devops``` directory.

To launch the virtual machine:

```
$> cd querydsl-devops
$> cd devops
devops$> librarian-puppet install
devops$> vagrant up
```
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 4b15ce1

Please sign in to comment.