https://github.com/certik/vagrant-jenkins
Jenkins installation scripts
https://github.com/certik/vagrant-jenkins
Last synced: 11 months ago
JSON representation
Jenkins installation scripts
- Host: GitHub
- URL: https://github.com/certik/vagrant-jenkins
- Owner: certik
- Created: 2012-06-27T05:52:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2012-07-26T15:10:43.000Z (almost 14 years ago)
- Last Synced: 2024-10-16T22:16:54.028Z (over 1 year ago)
- Language: Ruby
- Size: 107 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
About
=====
We use Fabric (http://fabfile.org/) to fully automate Jenkins
(http://jenkins-ci.org/) install. We currently install into an Ubuntu virtual
image managed by Vagrant (http://vagrantup.com/), but any Ubuntu server should
work.
How to install Jenkins
======================
Install Vagrant by installing the deb package from http://vagrantup.com/ (click
"Download Now"). Add the executable ``/opt/vagrant/bin/vagrant`` into your
PATH. Install VirtualBox by ``apt-get install virtualbox``.
First create the Vagrant box::
vagrant box add lucid32 http://files.vagrantup.com/lucid32.box
Then bring it up and install Jenkins::
vagrant up
fab vagrant jenkins forward_port
Access Jenkins at: http://localhost:8080/
To install NumPy and SymPy tests, do::
fab vagrant jenkins_add_numpy jenkins_add_sympy