Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jonmagic/jukeman_installer

tars and installer script to prep a server
https://github.com/jonmagic/jukeman_installer

Last synced: 30 days ago
JSON representation

tars and installer script to prep a server

Awesome Lists containing this project

README

        

h1. Jukeman Installer

h2. This sets up a base jukeman server and configures it to be a master or a slave.

Here are the commands you need to run on a bare metal 64-bit Debian 5.04 install to get things rolling.

NOTE: During the Debian install call the new user __jukeman__

bc. Login as root
apt-get update && apt-get upgrade && apt-get install sudo git-core openssh-server
nano /etc/sudoers # and add a line for the jukeman user, jukeman ALL=(ALL) ALL
exit

bc. Login as jukeman user
git clone git://github.com/jonmagic/jukeman_installer.git && cd jukeman_installer && sh install