Skip to content

Commit

Permalink
Add erlang-nox to setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
paulj committed Apr 14, 2011
1 parent b6706b2 commit abb59f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions setup/vcap_setup
Expand Up @@ -202,6 +202,12 @@ if [[ $DEA == true || $ALL == true ]]; then
popd popd
fi fi


if [[ $PLATFORM == 'Linux' ]]; then
apt-get install -qqy erlang-nox
elif [[ $PLATFORM == 'MacOSX' ]]; then
echo -e "\033[31mFIXME: Implement for MacOSX \033[0m"
fi

echo "App Platform Support" echo "App Platform Support"
echo "====================" echo "===================="


Expand All @@ -215,6 +221,10 @@ if [[ $DEA == true || $ALL == true ]]; then
node -v node -v
echo "" echo ""


echo -e "\nErlang should now be installed -->"
erl -version
echo ""

echo "Setting up Ruby System Gems and Support" echo "Setting up Ruby System Gems and Support"
if [[ $PLATFORM == 'Linux' ]]; then if [[ $PLATFORM == 'Linux' ]]; then
apt-get install -qqy ruby-dev libmysql-ruby libmysqlclient-dev libpq-dev postgresql-client apt-get install -qqy ruby-dev libmysql-ruby libmysqlclient-dev libpq-dev postgresql-client
Expand Down

0 comments on commit abb59f4

Please sign in to comment.