GitXplorerGitXplorer
s

ape2

public
0 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
a5098dee24de2af7e8cb0251f49d56206118ed52

Add the jar command to bin

sstroxler committed 9 years ago
Unverified
918037d244897989b97f35da446e774546fc7005

Update java to use /opt/bin, add scala stuff

sstroxler committed 9 years ago
Unverified
58ca925996fb1dabf93f10059b5db1f490f1d5ca

Strip out lots of yum from essentials

committed 9 years ago
Unverified
d753f0819d847e18f04dc9cdd2fe9e87381e8b7b

Replace ~ with /root

committed 9 years ago
Unverified
8e99697fd01b1d8e0cdcb05f07ec3fefdf35082b

Use /etc/profile.d to source, for more robustness

committed 9 years ago
Unverified
ae38731120263f833d24ceab18d89ff6f0fbcbc6

Add bzip2 to centos yum essentails

committed 9 years ago

README

The README file for this repository.

Package install scripts

This repository is to collect install scripts I run on various distros.

Initial installation in linux

The two dominant package managers in linux are rpm, which yum providing dependency handling, and dpkg, with apt providing dependency handling.

On a fresh install, the first think you want is git, so you can pull in your configuration as well as install scripts, and this is the one thing ape2 cannot possibly do for you, since you need git first!

Installing git on debian-based systems

Run these commands to get git and then ape2:

apt-get update
apt-get -y install git
git clone https://github.com/stroxler/ape2

Installing git on rpm-based systems

Run these commands to get git and then ape2:

yum -y update
yum -y install git
git clone https://github.com/stroxler/ape2