mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
vagrant virtual machine and readme
This commit is contained in:
parent
ff8078aae3
commit
853ddcaa80
1 changed files with 7 additions and 2 deletions
|
|
@ -25,8 +25,13 @@ To know more about Zeppelin, visit our web site [http://zeppelin.incubator.apach
|
|||
## Getting Started
|
||||
|
||||
### Before Build
|
||||
If you don't have requirements prepared, install it.
|
||||
(The installation method may vary according to your environment, example is for Ubuntu.)
|
||||
If you don't have requirements prepared, you will need to install them.
|
||||
|
||||
A script to launch a virtual machine with all of the requirements is also available
|
||||
under `/scripts/vagrant/zeppelin-dev`.
|
||||
View the README.md at `/scripts/vagrant/zeppelin-dev/README.md` if you wish to use the virtual machine.
|
||||
|
||||
The installation method may vary according to your environment, the following example is for Ubuntu.
|
||||
|
||||
```
|
||||
sudo apt-get update
|
||||
|
|
|
|||
Loading…
Reference in a new issue