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
9b011798
Commit
9b011798
authored
Feb 25, 2016
by
Yusei Tahara
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use local git repository. To fetch a lot of buildout configuration files is very slow.
parent
a7d1e463
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
setup.sh
setup.sh
+3
-2
No files found.
setup.sh
View file @
9b011798
#!/bin/bash
set
-x
apt-get update
apt-get
install
-y
wget
apt-get
install
-y
wget
git
echo
"deb http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_8.0/ ./"
|
tee
/etc/apt/sources.list.d/slapos.list
wget
-O-
"http://download.opensuse.org/repositories/home:/VIFIBnexedi/Debian_8.0/Release.key"
| apt-key add -
apt-get update
...
...
@@ -11,5 +11,6 @@ wget -O /etc/opt/slapos/slapos.cfg http://lab.nexedi.cn/yusei/a/raw/master/slapo
wget
-O
/etc/opt/slapos/computer_definition.cfg http://lab.nexedi.cn/yusei/a/raw/master/computer_definition.cfg
slapos proxy start
slapos node format
--now
slapos supply https://lab.nexedi.cn/nexedi/slapos/raw/master/software/erp5/software.cfg local_computer
git clone https://lab.nexedi.com/nexedi/slapos.git /tmp/slapos
slapos supply /tmp/slapos/software/erp5/software.cfg local_computer
slapos node software
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