Skip to content

Commit

Permalink
docs: updates to installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mriffle committed Dec 11, 2021
1 parent b7e6f31 commit ef2a422
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions docs/install/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,17 @@ Now, download the Proxl Docker Compose files:
If you prefer to download a ZIP file or if you prefer to download the file another way, the latest
release can be found on GitHub at https://github.com/yeastrc/proxl-web-app/releases/latest

4. (Optional) Configure Proxl
4. Configure Proxl
=============================
Copy the sample configuration file into place:

.. code-block:: bash
cp docker/env-sample ./.env
What follows below in this step is optional. Your installation of proxl will be more secure if you change the default passwords.
The instructions below describe how to do this.

The ``.env`` file holds all of the necessary configuration for Proxl. It is recommended (but not required)
that you change the first two lines of the file, which contain passwords to be used for the MySQL database.

Expand Down Expand Up @@ -170,9 +173,10 @@ Login with Default User
------------------------
By default, you can log in using ``admin`` as the username and ``changeme`` as the password.

Change Default User Information
---------------------------------
To change the default log in information click on the Account Settings icon in the top right of the page:
(Optional) Change Default User Information
------------------------------------------
For security reasons, you should change the default log in information of the admin user.
To change the default information click on the Account Settings icon in the top right of the page:

Change the name, username, and password in the form to your liking.

Expand Down

0 comments on commit ef2a422

Please sign in to comment.