Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Install
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
PET Computação
Install
Commits
d132740e
Commit
d132740e
authored
9 years ago
by
Gabriel Olescki
Browse files
Options
Downloads
Patches
Plain Diff
Corrigindo o codigo e removendo a pasta ambigua
parent
ce112798
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Makefile
+0
-34
0 additions, 34 deletions
Makefile
apt-get-based/Makefile
+0
-35
0 additions, 35 deletions
apt-get-based/Makefile
debian-based/Makefile
+1
-3
1 addition, 3 deletions
debian-based/Makefile
with
1 addition
and
72 deletions
Makefile
deleted
100644 → 0
+
0
−
34
View file @
ce112798
all
:
fresh-install
:
update install
update
:
sudo
apt-get update
sudo
apt-get upgrade
-y
install
:
ssh php mysql php-mysql ruby nodejs git editors openjdk xchm latex
ssh
:
sudo
apt-get
install
-y
openssh-client openssh-server
php
:
sudo
apt-get
install
-y
php5
mysql
:
sudo
apt-get
install
-y
mysql-client mysql-server
php-mysql
:
php mysql
ruby
:
sudo
apt-get
install
-y
ruby1.9.3
nodejs
:
sudo
apt-get
install
-y
nodejs npm
git
:
sudo
apt-get
install
-y
git
editors
:
sudo
apt-get
install
-y
vim gedit
openjdk
:
sudo
apt-get
install
-y
openjdk-7-jre openjdk-7-jdk default-jdk default-jre
flash
:
sudo
apt-get
install
-y
pepperflashplugin-nonfree
xchm
:
sudo
apt-get
install
-y
xchm
latex
:
sudo
apt-get
install
-y
texlive-full kile
\ No newline at end of file
This diff is collapsed.
Click to expand it.
apt-get-based/Makefile
deleted
100644 → 0
+
0
−
35
View file @
ce112798
all
:
fresh-install
:
update install
update
:
sudo
apt-get update
sudo
apt-get upgrade
-y
install
:
ssh php mysql php-mysql ruby nodejs git editors openjdk xchmn latex
ssh
:
sudo
apt-get
install
-y
openssh-client openssh-server
php
:
sudo
apt-get
install
-y
php5
mysql
:
sudo
apt-get
install
-y
mysql-client mysql-server
php-mysql
:
php mysql
ruby
:
sudo
apt-get
install
-y
ruby2.0
nodejs
:
sudo
apt-get
install
-y
nodejs npm
git
:
sudo
apt-get
install
-y
git
editors
:
sudo
apt-get
install
-y
vim gedit
openjdk
:
sudo
apt-get
install
-y
openjdk-7-jre openjdk-7-jdk default-jdk default-jre
flash
:
sudo
apt-get
install
-y
pepperflashplugin-nonfree
xchm
:
sudo
apt-get
install
-y
xchm
latex
:
sudo
apt-get
install
-y
texlive-full kile
This diff is collapsed.
Click to expand it.
debian-based/Makefile
+
1
−
3
View file @
d132740e
all
:
fresh-install
:
update install
update
:
...
...
@@ -17,7 +15,7 @@ mysql:
php-mysql
:
php mysql
ruby
:
sudo
apt-get
install
-y
ruby
2.0
sudo
apt-get
install
-y
ruby
-full
nodejs
:
sudo
apt-get
install
-y
nodejs npm
git
:
...
...
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