Open main menu

CDOT Wiki β

Changes

OPS345 Lab 4

52 bytes added, 03:55, 9 January 2022
Install Nextcloud
* Now you can continue with the setup in Firefox.
** Create an administrator account with a good username and password. Remember that your web server is exposed to the entire internet, so don't be cheap with your password complexity.
** You need an SQL database, with an SQL user who can access it, and a password. Follow the steps in the previous section to set these up and input them into the Nextcloud setup.For example:[[File:AWSCreateNextcloudDB.png|800px|border|center]]** Create a new The database and user and password nextclouddb/nextclouduser/nextclouddbpassword*** CREATE DATABASE nextclouddb;*** CREATE USER 'nextclouduser'@'%' IDENTIFIED BY 'nextclouddbpassword';*** GRANT SELECThost is not the default localhost, INSERT, UPDATE, DELETE, CREATE, DROP, INDEX, ALTER, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE ON nextclouddb.* TO 'nextclouduser'@it'%s your RDS';** Fill in s FQDN - the database details in same one you connect to using the nextcloud web setup screenmysql command.** Look around inside the nextcloud, create user yoursenecaid, unlimited quotaNextcloud interface.** Log You're currently logged in as yoursenecaid, upload the Nextcloud administrator. Create * Upload a picture, share a link to it. [[File:AWSNextcloudUploadFile.png|800px|border|center]]
* When done with everything, release the elastic ip.
* Confirm that everything still works.
* As If you feel like taking on an extra challenge: get rid of the index.php in the URLs. Instructions for that are in the "Pretty URLs" section of the same [https://docs.nextcloud.com/server/latest/admin_manual/installation/source_installation.html this Nextcloud installation webpage].
[[Category:OPS345]]