blob: 9b19f26d61174bb771bc0cf526fe3a87a5dbee37 [file] [log] [blame]
Carmelo Casconed6615072017-12-15 00:53:43 -08001#!/bin/bash
2set -xe
3
4cp /etc/skel/.bashrc ~/
5cp /etc/skel/.profile ~/
6cp /etc/skel/.bash_logout ~/
7
8# ONOS
9git clone https://github.com/opennetworkinglab/onos.git
Carmelo Casconeb7e618d2018-01-12 18:31:33 -080010tee -a ~/.profile <<EOF
11
12# ONOS
13export ONOS_ROOT=~/onos
14source ~/onos/tools/dev/bash_profile
15EOF
16source ~/.profile
Carmelo Casconed6615072017-12-15 00:53:43 -080017
18# Build and install P4 tools
Carmelo Casconeb7e618d2018-01-12 18:31:33 -080019bash /vagrant/install-p4-tools.sh
Carmelo Casconed6615072017-12-15 00:53:43 -080020
21# Mininet
22git clone git://github.com/mininet/mininet ~/mininet
23sudo ~/mininet/util/install.sh -nwv