https://github.com/serginator/vagrant-ci
vagrant config for a ci machine
https://github.com/serginator/vagrant-ci
Last synced: over 1 year ago
JSON representation
vagrant config for a ci machine
- Host: GitHub
- URL: https://github.com/serginator/vagrant-ci
- Owner: serginator
- Created: 2015-04-15T10:01:11.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T10:07:50.000Z (about 11 years ago)
- Last Synced: 2024-04-14T06:17:26.346Z (about 2 years ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
vagrant-ci
=============
Configuration for a machine with:
* git
* java
* jenkins
* sonar
* nodejs
## Usage
```
git clone git@github.com:serginator/vagrant-ci.git
cd vagrant-ci
vagrant up
```
After the loading it will redirect some ports on your machine and you'll be able to enter to Jenkins through [localhost:8080](http://localhost:8080) and Sonar through [localhost:9000](http://localhost:9000).
## TODO
* Add some tweaks
* Add database for sonar (MySQL or PostgreSQL)
* Add a clean nginx server
* Add logrotates