1
0
mirror of https://github.com/Yubico/yubikey-val.git synced 2025-02-08 03:54:20 +01:00

Merge pull request #36 from paulmenzel/improve-installation-documentation

Improve installation documentation
This commit is contained in:
Klas Lindfors 2016-01-05 10:21:58 +01:00
commit c688a9ecba

View File

@ -44,9 +44,9 @@ though.
== Installation
This following steps applies to any GNU/Linux-like system, although it
The following steps apply to any GNU/Linux-like system, although it
was written for Debian GNU/Linux. If you do not know which OS to use,
we recommend a default choice of Ubuntu 12.04 LTS since it is a
we recommend a default choice of Ubuntu 14.04 LTS since it is a
well-known distribution that comes with 5 years of security support.
Install the OS following its manual and enable automatic security
upgrades if prompted.
@ -93,8 +93,8 @@ user@val:~$ sudo apt-get install mysql-server php5-mysql
The installation asks you for a MySQL "root" password, and I recommend
to specify one. To avoid having to specify a password when using the
'mysql' tool interactively, you can store the password in ~/.my.cnf,
see /usr/share/doc/mysql-server-5.0/README.Debian.gz. For example:
'mysql' tool interactively, you can store the password in `~/.my.cnf`,
see `/usr/share/doc/mysql-server-5.0/README.Debian.gz`. For example:
[source, sh]
----