Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
a
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Yusei Tahara
a
Commits
e398c68e
Commit
e398c68e
authored
Oct 29, 2018
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update setup.sh
parent
fdc04307
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
setup.sh
setup.sh
+7
-3
No files found.
setup.sh
View file @
e398c68e
...
@@ -3,9 +3,13 @@
...
@@ -3,9 +3,13 @@
# You must use a machine which has at least two cpu cores.
# You must use a machine which has at least two cpu cores.
set
-x
set
-x
apt-get update
apt-get update
apt-get
install
-y
wget git apache2
apt-get
install
-y
git apache2
wget http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/amd64/slapos-node_1.4.8+1.0.67+3-1_amd64.deb
dpkg
-i
slapos-node_1.4.8+1.0.67+3-1_amd64.deb
echo
"deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/ ./"
|
tee
/etc/apt/sources.list.d/slapos.list
wget
-O-
"https://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_9.0/Release.key"
| apt-key add -
apt-get update
apt-get
install
slapos-node
ln
-s
/etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
ln
-s
/etc/apache2/mods-available/rewrite.load /etc/apache2/mods-enabled/
ln
-s
/etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/
ln
-s
/etc/apache2/mods-available/proxy.conf /etc/apache2/mods-enabled/
ln
-s
/etc/apache2/mods-available/proxy.load /etc/apache2/mods-enabled/
ln
-s
/etc/apache2/mods-available/proxy.load /etc/apache2/mods-enabled/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment