Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
302c1bfa
Commit
302c1bfa
authored
Jun 14, 2018
by
garciay
Browse files
Update README.md
parent
cc51471d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Vagrant/provisioner.bash
View file @
302c1bfa
...
...
@@ -67,11 +67,20 @@ if [ ! -d ${HOME_FRAMEWORKS} ]
then
exit
-1
fi
mkdir
-p
${
PATH_DEV
}
if
[
!
-d
${
PATH_DEV
}
]
then
exit
-1
fi
cd
/home/vagrant/dev
svn co
--username
$USERNAME
--password
$PASSWORD
--non-interactive
https://oldforge.vagrant.org/svn/ITS/branches/STF525 ./STF525_Its
cd
/home/vagrant/dev/STF525_Its/scripts
chmod
775
*
.bash devenv.bash.ubuntu
chmod
775
*
.bash devenv.bash.
*
cd
/home/vagrant/dev/STF525_Its/docker
chmod
775
*
.sh
cd
/home/vagrant/dev/STF525_Its
chmod
775 ./.jenkins.sh
cd
/home/vagrant
ln
-sf
/home/vagrant/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/vagrant/devenv.bash
.
/home/vagrant/devenv.bash
...
...
@@ -136,7 +145,7 @@ echo "export PATH=/home/etsi/bin:$PATH" >> /etc/profile
echo
"cd /home/etsi"
>>
/etc/profile
echo
". ./devenv.bash"
>>
/etc/profile
cd
/home/
etsi
/STF525_Its/scripts
cd
/home/
vagrant/dev
/STF525_Its/scripts
./build_titan.bash
.
/home/etsi/devenv.bash
./update_its_project.bash
...
...
docker/Dockerfile
View file @
302c1bfa
...
...
@@ -70,7 +70,11 @@ RUN echo "docker-titan" > /etc/hostname \
&& cd /home/etsi/dev \
&& svn co --username $USERNAME --password $PASSWORD --non-interactive https://oldforge.etsi.org/svn/ITS/branches/STF525 ./STF525_Its \
&& cd /home/etsi/dev/STF525_Its/scripts \
&& chmod 775 *.bash devenv.bash.ubuntu \
&& chmod 775 *.bash devenv.bash.* \
&& cd /home/etsi/dev/STF525_Its/docker \
&& chmod 775 *.sh \
&& cd /home/etsi/dev/STF525_Its/ \
&& chmod 775 ./.jenkins.sh \
&& cd /home/etsi \
&& ln -sf /home/etsi/dev/STF525_Its/scripts/devenv.bash.ubuntu /home/etsi/devenv.bash \
&& export HOME=/home/etsi \
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment