GitXplorerGitXplorer
s

centos_6.5_install_scripts

public
1 stars
0 forks
3 issues

Commits

List of commits on branch master.
Unverified
e5388b40003699cdcc08adf28e9ab685e71ced97

Update java install, and add gradle install

committed 9 years ago
Unverified
5450912773fe735b0460f3c96bea0d1d11a268a4

Add boost - it seems to be installing now

committed 9 years ago
Unverified
bda907a024f306d01dc6f79d6e04173640368b0e

Fully scriptify the java install and update readme

committed 9 years ago
Unverified
f54a139d6fe0033cb9034415c0266e76525bd39a

Initial commit: java, maven, ant, thrift, Rstudio

committed 9 years ago

README

The README file for this repository.

Collection of scripts and other resources to install tools on centos.

Scripts

Here is the order I would suggest going in if you want to install all these packages:

  • java/install_java.sh sets up a basic java dev environment, and sets up needed environment varialbes (via /etc/profile.d, so that other users will also have correct variables by default).
  • java/install_maven.sh installs maven to /usr/local and sets up the proper environment variables.
  • java/install_ant.sh installs ant to /usr/local and sets up the proper environment variables.
  • pre_thrift.sh you may need to run this before installing thrift, if your system has a bunch of old automakes sitting around.
  • thrift.sh installs thrift. You need to have the environments for the target languages (e.g. python, java, node) already prepared before you do this. If it gives errors regarding go, do not worry too much. You need to fix those errors to generate go code, but it does not affect the other languages. It will not install a C++ thrift generator unless you have an up-to-date boost library, which might be a struggle.
  • Rstudio.sh is pretty much orthogonal to everything else. If you think you might need interactive plots and you are willing to learn R, this might be a good choice.