Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update install.rst #69

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 9 additions & 4 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,28 @@ There is an AWS Marketplace prebuild app: https://aws.amazon.com/marketplace/pp/
Docker installation
-------------------
* Make sure you have Docker, Docker-compose, Git, Makefile installed
* Git clone ``https://github.com/Nikeev/sesdashboard.git``
* ``git clone https://github.com/Nikeev/sesdashboard.git``
* Copy ``.env`` file to ``.env.local``
* Fill database parameters in ``.env.local`` with your MySQL credentials
* Run

::

$ make init

* After Docker and App init completed you will be asked to create admin user
* After Docker and App init completed you will be asked to create admin user. The username must contain only lowercase latin characters and underscores.

* Go to http://your-ip/login or http://localhost/login

Shared hosting installation
Shared hosting or vhost installation
---------------------------

* Download an app (download zip or git clone) to your web directory so your webserver should use /public/index.php
* Rename or remove the ``/public/.htaccess`` file if you don't use Apache.
* Check the [example nginx config](https://github.com/Nikeev/sesdashboard/issues/70#issuecomment-2028008350) if you're using nginx.
* Copy ``.env`` file to ``.env.local``
* Fill database parameters in ``.env.local`` with your MySQL credentials
* Fill database parameters in ``.env.local`` with your MySQL credentials. [Make sure your serverVersion is correct](https://github.com/Nikeev/sesdashboard/issues/70#issuecomment-2027965022).
* [Create MySQL database and user, and grant privilages](https://github.com/Nikeev/sesdashboard/issues/70#issuecomment-2027989022)

::

Expand Down