-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c4b19bf
commit c1ddf75
Showing
1 changed file
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ Website project about a learning platform built with PHP along with [Selenium fr | |
| Administration | [email protected] | teste12345@A | | ||
|
||
## ⚠ Warnings | ||
The hosting service Heroku may have a certain delay (~ 1 min) for uploading the application so the loading of the website may have a certain delay. | ||
The hosting service may have a certain delay (~ 1 min) for uploading the application so the loading of the website may have a certain delay. | ||
|
||
## ✔ Requirements | ||
- [PHP 7+](https://www.php.net); | ||
|
@@ -49,7 +49,9 @@ The hosting service Heroku may have a certain delay (~ 1 min) for uploading the | |
``` | ||
|
||
3. Open [`src/main/php/environment.php`](https://github.com/williamniemiec/learning-platform-web/blob/master/src/main/php/environment.php) and to comment the line 3 and uncomment the line 2; | ||
4. Copy all the files to your server application (for example, if you're using Apache, you've to move the files to a folder called 'www'). | ||
4. Copy all the files to your server application (for example, if you're using Apache, you've to move the files to a folder called 'www'); | ||
5. Install the project dependencies using composer: | ||
> composer install | ||
## 🖼 Gallery | ||
|
||
|