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
48c0f698
Commit
48c0f698
authored
Jun 18, 2021
by
Francesc Guasch
Browse files
doc: release 1.0.2
parent
9918da75
Changes
4
Hide whitespace changes
Inline
Side-by-side
docs/docs/INSTALL_Debian.rst
View file @
48c0f698
...
...
@@ -19,14 +19,14 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
-
ravada_1
.0.
1
_debian
-
10
_all
.
deb
-
ravada_1
.0.
2
_debian
-
10
_all
.
deb
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
..
prompt
::
bash
$
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.0.
1
_debian
-
10
_all
.
deb
sudo
dpkg
-
i
ravada_1
.0.
1
_debian
-
10
_all
.
deb
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.0.
2
_debian
-
10
_all
.
deb
sudo
dpkg
-
i
ravada_1
.0.
2
_debian
-
10
_all
.
deb
The
last
command
will
show
a
warning
about
missing
dependencies
.
Install
them
running
:
...
...
docs/docs/INSTALL_Ubuntu.rst
View file @
48c0f698
...
...
@@ -18,15 +18,15 @@ repository <http://infoteleco.upc.edu/img/debian/>`__.
Install
the
ravada
package
.
Choose
the
one
that
matches
your
OS
release
:
-
ravada_1
.0.
1
_ubuntu
-
18.04
_all
.
deb
-
ravada_1
.0.
1
_ubuntu
-
20.04
_all
.
deb
-
ravada_1
.0.
2
_ubuntu
-
18.04
_all
.
deb
-
ravada_1
.0.
2
_ubuntu
-
20.04
_all
.
deb
When
you
run
dpkg
now
it
may
show
some
errors
,
it
is
ok
,
keep
reading
.
..
prompt
::
bash
$
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.0.
1
_ubuntu
-
20.04
_all
.
deb
sudo
dpkg
-
i
ravada_1
.0.
1
_ubuntu
-
20.04
_all
.
deb
wget
http
://
infoteleco
.
upc
.
edu
/
img
/
debian
/
ravada_1
.0.
2
_ubuntu
-
20.04
_all
.
deb
sudo
dpkg
-
i
ravada_1
.0.
2
_ubuntu
-
20.04
_all
.
deb
The
last
command
will
show
a
warning
about
missing
dependencies
.
Install
them
running
:
...
...
docs/docs/res/ravada_installer.sh
View file @
48c0f698
...
...
@@ -35,8 +35,8 @@ if [[ $OS = *"Ubuntu"* && $VER > '16.04' ]]; then
echo
"Downloading..."
sudo
apt-get
install
libmojolicious-plugin-renderfile-perl
-y
&> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.0.
1
_ubuntu-18.04_all.deb
sudo
dpkg
-i
ravada_1.0.
1
_ubuntu-18.04_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.0.
2
_ubuntu-18.04_all.deb
sudo
dpkg
-i
ravada_1.0.
2
_ubuntu-18.04_all.deb &> /dev/null
echo
"Installing Dependencies..."
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
...
...
@@ -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
sudo
dpkg
-i
libmojolicious-plugin-renderfile-perl_0.10-1_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.0.
1
_all.deb &> /dev/null
sudo
dpkg
-i
ravada_1.0.
1
_all.deb &> /dev/null
wget http://infoteleco.upc.edu/img/debian/ravada_1.0.
2
_all.deb &> /dev/null
sudo
dpkg
-i
ravada_1.0.
2
_all.deb &> /dev/null
echo
"Installing Dependencies..."
sudo
apt-get update
-y
&> /dev/null
sudo
apt-get
-f
-y
install
&> /dev/null
...
...
index.html
View file @
48c0f698
...
...
@@ -86,7 +86,7 @@
<!-- /.container-fluid -->
</nav>
<div
class=
"tease"
>
Ravada 1.0.
1
is out! Go to the
<a
target=
"_blank"
href=
"http://ravada.readthedocs.io/en/latest/docs/INSTALL.html"
>
install
</a>
page.
Ravada 1.0.
2
is out! Go to the
<a
target=
"_blank"
href=
"http://ravada.readthedocs.io/en/latest/docs/INSTALL.html"
>
install
</a>
page.
</div>
<!-- Header -->
<header>
...
...
@@ -642,8 +642,8 @@
<div
class=
"footer-col col-md-6"
>
<h3>
About Ravada
</h3>
<p>
Ravada is a free to use, open source VDI project.
</p>
<a
href=
"https://github.com/UPC/ravada/blob/release/1.0.
1
/CHANGELOG.md"
><img
src=
"https://img.shields.io/badge/Version-ravada--1.0.
1
-green.svg"
></a>
<a
href=
"https://github.com/UPC/ravada/blob/release/1.0.
2
/CHANGELOG.md"
><img
src=
"https://img.shields.io/badge/Version-ravada--1.0.
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=
"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>
...
...
Write
Preview
Supports
Markdown
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