Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maxime Veber
dotfiles
Commits
2ea135b5
Commit
2ea135b5
authored
11 years ago
by
Maxime Veber
Browse files
Options
Downloads
Patches
Plain Diff
Added install.sh script
parent
e8b3f21b
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.nek_dotfiles/install.sh
+24
-0
24 additions, 0 deletions
.nek_dotfiles/install.sh
with
24 additions
and
0 deletions
.nek_dotfiles/install.sh
0 → 100755
+
24
−
0
View file @
2ea135b5
sudo
apt-get
install
php5 php5-cli php5-intl php-pear php5-xdebug php5-json php5-gd php5-curl php5-mcrypt php5-dev
sudo
apt-get
install
mysql-server php5-mysql
sudo
apt-get
install
sqlite php5-sqlite
sudo
apt-get
install
phpunit
sudo
apt-get
install
curl
mkdir
~/Software
cd
~/Software
curl
-s
http://getcomposer.org/installer | php
sudo ln
-vs
~/Software/composer.phar /usr/bin/composer
sudo chmod
+x composer.phar
sudo
apt-get
install
python-software-properties build-essential
sudo
add-apt-repository ppa:chris-lea/node.js
sudo
apt-get update
sudo
apt-get
install
nodejs
sudo
npm
install
-g
bower
sudo
apt-get
install
ruby
sudo
gem
install
capifony
sudo
apt-get
install
phpmyadmin
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment