Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Ravada-Mirror
Commits
18e979e7
Commit
18e979e7
authored
Nov 19, 2021
by
Francesc Guasch
Browse files
doc: release 1.1.2
parent
66eb9e83
Changes
5
Hide whitespace changes
Inline
Side-by-side
docs/docs/INSTALL_Debian.rst
View file @
18e979e7
...
@@ -19,15 +19,15 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
...
@@ -19,15 +19,15 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
-
ravada_1
.1.
1
_debian
-
10
_all
.
deb
-
ravada_1
.1.
2
_debian
-
10
_all
.
deb
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
..
prompt
::
bash
$
..
prompt
::
bash
$
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.1.
1
_debian
-
10
_all
.
deb
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.1.
2
_debian
-
10
_all
.
deb
sudo
apt
update
sudo
apt
update
sudo
apt
install
./
ravada_1
.1.
1
_debian
-
10
_all
.
deb
sudo
apt
install
./
ravada_1
.1.
2
_debian
-
10
_all
.
deb
Debian
KVM
Debian
KVM
~~~~~~~~~~
~~~~~~~~~~
...
...
docs/docs/INSTALL_Ubuntu.rst
View file @
18e979e7
...
@@ -18,15 +18,15 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
...
@@ -18,15 +18,15 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
-
ravada_1
.1.
1
_ubuntu
-
18.04
_all
.
deb
-
ravada_1
.1.
2
_ubuntu
-
18.04
_all
.
deb
-
ravada_1
.1.
1
_ubuntu
-
20.04
_all
.
deb
-
ravada_1
.1.
2
_ubuntu
-
20.04
_all
.
deb
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
..
prompt
::
bash
$
..
prompt
::
bash
$
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.1.
1
_ubuntu
-
20.04
_all
.
deb
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.1.
2
_ubuntu
-
20.04
_all
.
deb
sudo
dpkg
-
i
ravada_1
.1.
1
_ubuntu
-
20.04
_all
.
deb
sudo
dpkg
-
i
ravada_1
.1.
2
_ubuntu
-
20.04
_all
.
deb
The
last
command
will
show
a
warning
about
missing
dependencies
.
Install
The
last
command
will
show
a
warning
about
missing
dependencies
.
Install
them
running
:
them
running
:
...
...
docs/docs/res/ravada_installer.sh
View file @
18e979e7
...
@@ -35,8 +35,8 @@ if [[ $OS = *"Ubuntu"* && $VER > '16.04' ]]; then
...
@@ -35,8 +35,8 @@ if [[ $OS = *"Ubuntu"* && $VER > '16.04' ]]; then
echo
"Downloading..."
echo
"Downloading..."
sudo
apt-get
install
libmojolicious-plugin-renderfile-perl
-y
&> /dev/null
sudo
apt-get
install
libmojolicious-plugin-renderfile-perl
-y
&> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
1
_ubuntu-18.04_all.deb
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
2
_ubuntu-18.04_all.deb
sudo
dpkg
-i
ravada_1.1.
1
_ubuntu-18.04_all.deb &> /dev/null
sudo
dpkg
-i
ravada_1.1.
2
_ubuntu-18.04_all.deb &> /dev/null
echo
"Installing Dependencies..."
echo
"Installing Dependencies..."
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
...
@@ -136,8 +136,8 @@ elif [[ $OS = *"Ubuntu"* ]]; then
...
@@ -136,8 +136,8 @@ elif [[ $OS = *"Ubuntu"* ]]; then
wget http://infoteleco.upc.edu/img/debian/libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null
sudo
dpkg
-i
libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null
sudo
dpkg
-i
libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
1
_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
2
_all.deb &> /dev/null
sudo
dpkg
-i
ravada_1.1.
1
_all.deb &> /dev/null
sudo
dpkg
-i
ravada_1.1.
2
_all.deb &> /dev/null
echo
"Installing Dependencies..."
echo
"Installing Dependencies..."
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
...
...
docs/docs/update.rst
View file @
18e979e7
...
@@ -18,7 +18,7 @@ ETSETB repository <http://infoteleco.upc.edu/img/debian/>`__.
...
@@ -18,7 +18,7 @@ ETSETB repository <http://infoteleco.upc.edu/img/debian/>`__.
.. prompt:: bash
.. prompt:: bash
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
1
_ubuntu-20.04_all.deb
wget http://infoteleco.upc.edu/img/debian/ravada_1.1.
2
_ubuntu-20.04_all.deb
Step 2
Step 2
...
@@ -28,7 +28,7 @@ Install the *deb* package.
...
@@ -28,7 +28,7 @@ Install the *deb* package.
.. prompt:: bash
.. prompt:: bash
sudo apt install ./ravada_1.1.
1
_ubuntu-20.04_all.deb
sudo apt install ./ravada_1.1.
2
_ubuntu-20.04_all.deb
On some upgrades may be required to install some dependencies. You will see
On some upgrades may be required to install some dependencies. You will see
...
...
index.html
View file @
18e979e7
...
@@ -86,7 +86,7 @@
...
@@ -86,7 +86,7 @@
<!-- /.container-fluid -->
<!-- /.container-fluid -->
</nav>
</nav>
<div
class=
"tease"
>
<div
class=
"tease"
>
Ravada 1.1.
1
is out! Go to the
<a
target=
"_blank"
href=
"http://ravada.readthedocs.io/en/latest/docs/INSTALL.html"
>
install
</a>
page.
Ravada 1.1.
2
is out! Go to the
<a
target=
"_blank"
href=
"http://ravada.readthedocs.io/en/latest/docs/INSTALL.html"
>
install
</a>
page.
</div>
</div>
<!-- Header -->
<!-- Header -->
<header>
<header>
...
@@ -642,8 +642,8 @@
...
@@ -642,8 +642,8 @@
<div
class=
"footer-col col-md-6"
>
<div
class=
"footer-col col-md-6"
>
<h3>
About Ravada
</h3>
<h3>
About Ravada
</h3>
<p>
Ravada is a free to use, open source VDI project.
</p>
<p>
Ravada is a free to use, open source VDI project.
</p>
<a
href=
"https://github.com/UPC/ravada/blob/release/1.1.
1
/CHANGELOG.md"
><img
<a
href=
"https://github.com/UPC/ravada/blob/release/1.1.
2
/CHANGELOG.md"
><img
src=
"https://img.shields.io/badge/Version-ravada--1.1.
1
-green.svg"
></a>
src=
"https://img.shields.io/badge/Version-ravada--1.1.
2
-green.svg"
></a>
<a
href=
'http://ravada.readthedocs.io/en/latest/?badge=latest'
><img
src=
'https://readthedocs.org/projects/ravada/badge/?version=latest'
alt=
'Documentation Status'
/></a>
<a
href=
'http://ravada.readthedocs.io/en/latest/?badge=latest'
><img
src=
'https://readthedocs.org/projects/ravada/badge/?version=latest'
alt=
'Documentation Status'
/></a>
<a
href=
"https://hosted.weblate.org/engage/ravada/"
><img
src=
"https://hosted.weblate.org/widgets/ravada/-/svg-badge.svg"
alt=
"Translation status"
/></a>
<a
href=
"https://hosted.weblate.org/engage/ravada/"
><img
src=
"https://hosted.weblate.org/widgets/ravada/-/svg-badge.svg"
alt=
"Translation status"
/></a>
<a
href=
"https://github.com/UPC/ravada/blob/master/LICENSE"
><img
src=
"https://img.shields.io/badge/License-AGPL%20v3-blue.svg"
></a>
<a
href=
"https://github.com/UPC/ravada/blob/master/LICENSE"
><img
src=
"https://img.shields.io/badge/License-AGPL%20v3-blue.svg"
></a>
...
...
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