moodLearning Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
ubuntu-server-setup [2018/11/14 09:03]
serbizadmin [Ubuntu 18]
ubuntu-server-setup [2018/11/14 09:10]
serbizadmin [Ubuntu 18]
Line 7: Line 7:
 <code> <code>
   apt install lightdm</code>   apt install lightdm</code>
-  * install Eprints using [[https://wiki.eprints.org/w/Installing_EPrints_on_Debian/Ubuntu|these instructions]].+  * install Eprints using the //deb// approach from  [[https://wiki.eprints.org/w/Installing_EPrints_on_Debian/Ubuntu|these instructions]]. [[https://www.youtube.com/watch?v=PtgVytIcG54|This youtube video]] can help visualise the installation process.
 \\ \\
 \\ \\
 +Some crucial steps include:
 +  * getting root access right by running //mysql_secure_installation// setting this up:
 +<code>
 +CREATE USER 'eprints'@'localhost' IDENTIFIED by 'changeme';
 +GRANT ALL PRIVILEGES ON *.* TO 'eprints'@'localhost' WITH GRANT OPTION;
 +</code>
 +  * running //epadmin create//, up to where it says:
 +<code>
 +Database Superuser Username [root] ?
 +</code>
 +where you'll input "eprints" (not "root") as set above in your mysql setup.
 +\\
 +\\
 +
 +
 ====== Ubuntu 14 ====== ====== Ubuntu 14 ======
   * install a linux server/desktop (in this example, Ubuntu 14.04 or some LTS version is assumed)   * install a linux server/desktop (in this example, Ubuntu 14.04 or some LTS version is assumed)