Skip to content
Snippets Groups Projects
Commit b77f10fe authored by Valentin Pocotilenco's avatar Valentin Pocotilenco
Browse files

beautify

parent aabf48b5
No related branches found
No related tags found
1 merge request!3Setup doc
...@@ -48,6 +48,7 @@ sudo nginx -s reload ...@@ -48,6 +48,7 @@ sudo nginx -s reload
``` ```
2. Web application require following PHP extensions 2. Web application require following PHP extensions
```
- bcmath - bcmath
- ctype - ctype
- fileinfo - fileinfo
...@@ -57,7 +58,7 @@ sudo nginx -s reload ...@@ -57,7 +58,7 @@ sudo nginx -s reload
- pdo - pdo
- tokenizer - tokenizer
- xml - xml
```
- check installed PHP extestions using: - check installed PHP extestions using:
``` ```
php -m php -m
...@@ -101,12 +102,12 @@ cp vendor/simplesamlphp/simplesamlphp/config-templates/config.php vendor/simples ...@@ -101,12 +102,12 @@ cp vendor/simplesamlphp/simplesamlphp/config-templates/config.php vendor/simples
``` ```
4. simplesaml sp-remote-metadata : !!!to do automatically 4. simplesaml sp-remote-metadata : !!!to do automatically
currently found here : technical-test>edugain.org /var/www/earc-deployed/releases/1541529858 currently found here : technical-test>edugain.org /var/www/earc-deployed/releases/1541529858
------
7. configure and populate database 5. configure and populate database
- update database configuration file : config/database.php - update database configuration file by addind username, password and database: config/database.php
- populate database using prepared migration, from application root run - populate database using prepared migration. From application root run:
``` ```
php artisan migrate php artisan migrate
``` ```
9. check application 6. check application
\ No newline at end of file \ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment