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
```
2. Web application require following PHP extensions
```
- bcmath
- ctype
- fileinfo
......@@ -57,7 +58,7 @@ sudo nginx -s reload
- pdo
- tokenizer
- xml
```
- check installed PHP extestions using:
```
php -m
......@@ -101,12 +102,12 @@ cp vendor/simplesamlphp/simplesamlphp/config-templates/config.php vendor/simples
```
4. simplesaml sp-remote-metadata : !!!to do automatically
currently found here : technical-test>edugain.org /var/www/earc-deployed/releases/1541529858
------
7. configure and populate database
- update database configuration file : config/database.php
- populate database using prepared migration, from application root run
5. configure and populate database
- update database configuration file by addind username, password and database: config/database.php
- populate database using prepared migration. From application root run:
```
php artisan migrate
```
9. check application
\ No newline at end of file
6. check application
\ 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