Currently Google Chrome hangs on Gnome3 on OpenSuse
zypper install -y autoconf automake binutils bison curl flex gawk gcc gcc-c++ gdbm-devel gettext-runtime git-core gvim imagemagick kernel-devel libdb-4_5 libffi48-devel libmysqlclient-devel libmysqlclient18 libmysqlclient_r18 libncurses6 libopenssl-devel libqt4-devel libQtWebKit-devel libreadline6 libtool libxml2-devel libxslt-devel libyaml-0-2 libyaml-devel libyaml-devel libz1 linux-glibc-devel lua lua-devel make mariadb mariadb-client mariadb-errormessages MozillaFirefox ncurses-devel openssh openssl patch pkg-config qt-devel readline-devel rpm-build ruby ruby-devel screen sqlite-devel sqlite3 wget xauth xorg-x11-server-extra zlib-devel
# xvfb-run script is not distributed. Put the attached file in /usr/bin/
mv xvfb-run /usr/bin
chmod +x /usr/bin/xvfb-run
# MySQL Workbench has to be compiled and installed manually. Download the source code and see the INSTALL note for details.
# Install Mongodb
zypper addrepo http://download.opensuse.org/repositories/server:database/openSUSE_13.1/server:database.repo
zypper refresh
zypper install mongodb
# See http://rvm.io/rvm/install for rvm installation
# rvm install current stable (rvm should install the current Ruby stable for you)
curl -L https://get.rvm.io | bash -s stable --ruby
# rvm assumes you're on Mac OS X so it puts commands in the .bash_profile instead of .bashrc. Do the following to append the command to .bashrc
cat ~/.bash_profile >> .bashrc
# Load RVM or reset the Terminal
source ~/.bashrc
# We have the internet. We don't need to download all the documentations.
echo "install: --no-rdoc --no-ri" >> ~/.gemrc
echo "update: --no-rdoc --no-ri" >> ~/.gemrc
gem install rails
Sublimetext editor is not available as rpm package yet. Stick with your other favorite text editors.