Skip to content

Commit

Permalink
Merge branch 'gh-pages' of github.com:UPC/ravada into gh-pages
Browse files Browse the repository at this point in the history
frankiejol committed Apr 24, 2024
2 parents db93c70 + 96beea0 commit cb8ae94
Showing 3 changed files with 20 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/docs/INSTALL_Ubuntu.rst
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ the same one as the ravada package.

.. prompt:: bash $

sudo apt-get install mysql-server
sudo apt-get install mariadb-server

MySQL database and user
~~~~~~~~~~~~~~~~~~~~~~~
14 changes: 12 additions & 2 deletions docs/docs/expose_ports.rst
Original file line number Diff line number Diff line change
@@ -53,5 +53,15 @@ an IP is detected or it fails.
Settings
--------

Internal ports are shown in the host at a different port. It can be
changed from the global settings page.
Internal ports are shown in the host from a starting port number. It can be
changed from the global settings page in the *Port Expose* section.

TroubleShooting
---------------

*The port appears down when I start the virtual Machine*

Solution: This port has a service in the virtual machine that is not up. Be sure the
service has started, and that it is listening in the correct port. Check also if this
virtual machine has an internal firewall that may block connections.

9 changes: 7 additions & 2 deletions docs/docs/local_resources.rst
Original file line number Diff line number Diff line change
@@ -2,9 +2,14 @@ Offline libraries in frontend
=============================

Javascript and CSS libraries can be configured in the local server
instead of using a CDN.
instead of using a CDN.

Some users behind firewalls may experience rendering problems.
- CDNs deliver faster loading speeds for users
- CDNs lower the cost of bandwidth.
- Improved SEO
- Handling spikes in traffic

But some users behind firewalls may experience rendering problems, from China i.e.
By default we use CDN versions of the JavaScript and CSS libraries.
In some specific cases it may be useful to have those libraries in
the same server as the Ravada web frontend runs.

0 comments on commit cb8ae94

Please sign in to comment.