Last active
October 7, 2015 08:07
-
-
Save yitznewton/3132035 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv 7F0CEB10 | |
echo 'deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' | sudo tee /etc/apt/sources.list.d/10gen.list | |
sudo aptitude update | |
sudo aptitude install \ | |
build-essential ia32-libs \ | |
gcc \ | |
apache2 \ | |
php5 php-pear php-apc php5-xmlrpc php5-xsl php5-xdebug php5-pgsql php5-mcrypt php5-curl php5-cli php5-sqlite php5-dev \ | |
sqlite3 \ | |
mongodb-10gen \ | |
vim \ | |
vim-gtk \ | |
git-core tig \ | |
openssh-server \ | |
postgresql-client \ | |
tree \ | |
mutt \ | |
links lynx \ | |
ruby1.9.1 ruby1.9.1-dev | |
sudo pear config-set auto_discover 1 | |
sudo pear install Log pear.phpunit.de/PHPUnit | |
sudo pecl install mongo | |
# server: set up nptdate in cron | |
# laptop: | |
# sudo add-apt-repository ppa:vincent-c/nevernote && sudo aptitude update pidgin giggle filezilla pgadmin3 comixcursors oxygen-cursor-theme xfburn geany rdesktop synapse nixnote cups-pdf geany-plugin-treebrowser geany-plugin-extrasel meld gstm virtualbox ttf-mscorefonts-installer | |
# # manually install chrome, umongo, dropbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment