Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
allgo
allgo
Commits
a361fd19
Commit
a361fd19
authored
Jul 09, 2015
by
MAUPETIT Charly
Browse files
fixing merging issues
parent
a6931d71
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
a361fd19
...
...
@@ -188,7 +188,7 @@ Change the name and then:
sudo
/etc/init.d/hostname.sh start
```
<<<<<<< HEAD
#To mount datastore :
nfs-kernel on main server (woody)
on node : vim /etc/fstab
...
...
@@ -198,7 +198,7 @@ sudo vim /etc/exports
/mnt/datastore/ worker0.irisa.fr(rw,all_squash,anonuid=1000,anongid=1000,sync)
/mnt/datastore/ worker1.irisa.fr(rw,all_squash,anonuid=1000,anongid=1000,sync)
/mnt/datastore/ sid.irisa.fr(rw,all_squash,anonuid=1000,anongid=1000,sync)
=======
##Cargo
You need to install docker-registry on it:
```
zsh
...
...
deploy/provisioning/webapp-launch.sh
View file @
a361fd19
...
...
@@ -17,13 +17,8 @@ cat ~/.ssh/id_rsa.pub | ssh 192.168.50.03 "cat - >> ~/.ssh/authorized_keys"
#swarm manage 192.168.50.10:2375,192.168.50.11:2375 2>>/home/vagrant/allgo/log/swarm.log &
#end
docker run swarm create
>
/mnt/datastore/token_id
<<<<<<
< HEAD
toto
=
$(
cat
/mnt/datastore/token_id
)
docker run
-d
-p
2375:2375
--name
swarm_manager swarm manage token://
$toto
=======
token
=
$(
cat
/mnt/datastore/token_id
)
docker run
-d
-p
2375:2375 swarm manage token://
$token
>>>>>>>
77e928b784484e397f8595b907233d091595ea37
mkdir
/home/vagrant/allgo/
cd
/home/vagrant/allgo/
mysql
-u
root allgo_dev < db/backup/backup_mysql_2015-04-30.sql
...
...
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