https://github.com/finnfiddle/dev-setup-ubuntu
Scripts for provisioning Ubuntu for Node development
https://github.com/finnfiddle/dev-setup-ubuntu
Last synced: over 1 year ago
JSON representation
Scripts for provisioning Ubuntu for Node development
- Host: GitHub
- URL: https://github.com/finnfiddle/dev-setup-ubuntu
- Owner: finnfiddle
- Created: 2016-08-08T14:40:59.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-02T12:37:10.000Z (almost 10 years ago)
- Last Synced: 2024-10-11T11:17:44.748Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scripts for provisioning ubuntu for node development
## What will be installed?
- chromium
- dropbox
- atom
- virtualbox
- skype
- flash
- redis
- mongodb
- robomongo
- node
- multiload
- eclipse
- postman
## Installation instructions
Dont clone this repo. Just run the following from terminal after a fresh ubuntu install. This has been tested with 14.04:
```
sudo apt-get install git -y
git config --global user.name "YOUR NAME"
git config --global user.email "YOUR EMAIL"
git config --global push.default matching
mkdir ~/projects
cd ~/projects
git clone --recursive https://github.com/finnfiddle/dev-setup-ubuntu.git
chmod -R 777 ~/projects/dev-setup-ubuntu/scripts
cd ~/projects/dev-setup-ubuntu/scripts
./run.sh
```