-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
81 lines (74 loc) · 3.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Procedure For Linux(libvirt & QEMU):
Prerequisites:
1. Install libvirt, virt-manager and qemu
2. Install Vagrant
3. Install some Vagrant plugins:
Execute the commands below to install them
<vagrant plugin install vagrant-libvirt>
<vagrant plugin install vagrant-disksize>
4. Download the latest Webobs release
and place it in the same folder as the Vagrantfile.libvirt
5. Download the latest MATLAB releease
and place it in the same folder as the Vagrantfile.libvirt
6. Do not remove any files already in the folder
7. Download the latest etopo.zip
place it in the same folder as the Vagrantfile
Optional: Pull the Ubuntu image. Execute:
vagrant box add generic/ubuntu2004 --provider=virtualbox
Installation
1. Download both Webobs and MATLAB
in the same folder as the Vagrantfile
edit the vagrant file to reflect the version of
Webobs and MATLAB as appropriate.
Do this by changing the values of the WEBOBS and MATLAB variables
These variables are on lines 30 and 32 of the Vagrantfile.libvirt
The Vagrantfile.libvirt can be opened in any text editor
2. Run: <VAGRANT_VAGRANTFILE=Vagrantfile.libvirt vagrant up>
3. Start the virtual machine from a command prompt
Run:<vagrant ssh>
If a password is requested type:<vagrant>
This will log you in
then install Webobs as below
4. While logged in run : <sudo install.sh>
This will go through the installation process interactively
After the installallation completes you may logout by
Typing: <exit>
5. Finally, the web server will be available locally on:
http://localhost:9977
Procedure For Windows Or Linux:
Prerequisites:
1. Install VirtualBox
2. Install Vagrant
3. Install some Vagrant plugins:
Execute the commands below to install them
<vagrant plugin install vagrant-vbguest>
<vagrant plugin install vagrant-disksize>
4. Download the latest Webobs release
place it in the same folder as the Vagrantfile
5. Download the latest MATLAB releease
place it in the same folder as the Vagrantfile
6. Do not remove any files already in the folder
7. Download the latest etopo.zip
place it in the same folder as the Vagrantfile
Optional: Pull the Ubuntu image. Execute:
vagrant box add generic/ubuntu2004 --provider=virtualbox
Installation
1. Download both Webobs and MATLAB
in the same folder as the Vagrantfile
edit the vagrant file to reflect the version of
Webobs and MATLAB as appropriate
Do this by changing the values of the WEBOBS and MATLAB variables
These variables are on lines 27 and 29 of the Vagrantfile
The Vagrantfile file can be opened in any text editor
2. Run: <vagrant up>
3. Start the virtual machine from a command prompt
Run:<vagrant ssh>
If a password is requested type:<vagrant>
This will log you in
then install Webobs as below
4. While logged in run : <sudo install.sh>
This will go through the installation process interactively
After the installallation completes you may logout by
Typing: <exit>
5. Finally, the web server will be available locally on:
http://localhost:9977