Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jonmagic/jukeman_installer
- Owner: jonmagic
- Created: 2010-02-22T19:21:32.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-03-26T19:36:48.000Z (almost 15 years ago)
- Last Synced: 2023-04-10T22:39:32.879Z (over 1 year ago)
- Homepage:
- Size: 92.4 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
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
exitbc. Login as jukeman user
git clone git://github.com/jonmagic/jukeman_installer.git && cd jukeman_installer && sh install