Skip to content

Latest commit

 

History

History
102 lines (62 loc) · 2.93 KB

6-doc.MD

File metadata and controls

102 lines (62 loc) · 2.93 KB


6. How to:

6.1 Install trusted certificates

Certificates will be automatically created for all running instances.

You need one time manually add root certs:
Step Action Description
1 Open directory env-core/nginx/certs-root/
2 Rename file rootCA.pem => rootCA.crt
3 Open certificate rootCA.crt
4 Install certificate screen 1
5 Choose store location screen 2
6 Select store screen 3
7 Import certificate screen 4
8 Confirm install screen 5
9 Restart browser

Tutorials how to setup:

  1. Windows: Installing a trusted root certificate
  2. Mac: How to install the Securly SSL certificate on Mac OSX

Don't forget to restart your browser !

If you reinstall the environment, you need to update the root certificates.


6.2 Add or remove a vhost

For Windows User

Please remember to add or remove your domain in the Windows host file:

1. Open file to edit [C:\Windows\System32\drivers\etc\hosts]

2. Add line as an example: 127.0.0.1 dev.test.local

3. Save file


6.3 Database management tool

In this envinronment used Adminer and phpMyAdmin database management tool.

To access any database, all you need to do is visit its link through your browser.

Adminer: https://dev.test.local/adminer.php

phpMyAdmin: https://dev.test.local.phpmyadmin

Tutorials:

  1. How to use Adminer

6.4 GIT

An access token is used to automatically create repositories for project using the command line.

Tutorials:

  1. GitHub: Creating a personal access token
  2. GitLab: Creating a personal access token

6.5 Docker Compose v2

Compose v1 support terminated in October 2022.

Tutorials:

  1. How to Upgrade to Docker Compose v2