This file contains hidden or 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
Date & Time, Trans, Elap Time, Data Trans, Resp Time, Trans Rate, Throughput, Concurrent, OKAY, Failed | |
1455023289, 2483, 59.57, 200, 0.69, 41.68, 3.36, 28.74, 2483, 10 | |
1455023409, 2594, 59.97, 208, 0.18, 43.25, 3.47, 7.78, 2594, 11 | |
1455023529, 2580, 59.97, 207, 0.18, 43.02, 3.45, 7.67, 2580, 15 | |
1455023649, 2662, 59.97, 213, 0.18, 44.39, 3.55, 7.99, 2662, 10 | |
Date & Time, Trans, Elap Time, Data Trans, Resp Time, Trans Rate, Throughput, Concurrent, OKAY, Failed | |
1455020092, 199, 59.83, 15, 12.74, 3.33, 0.25, 42.39, 199, 1 | |
1455020212, 215, 59.97, 17, 7.25, 3.59, 0.28, 26.00, 215, 0 |
This file contains hidden or 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
git clone https://github.com/STS-Rosario/carpoolear_backend.git | |
Create vhost www.carpoolear-dev.com.ar pointing to carpoolear_backend/public | |
Add AllowOverride All between </Directory> inside the created vhost | |
Point www.carpoolear-dev.com.ar to 127.0.0.1 in hosts file. | |
composer install | |
cp .env.example .env | |
Change DB credentials | |
Change MAIL_DRIVER=smtp to MAIL_DRIVER=log for local development | |
chmod -R ugo+rw storage/ | |
php artisan key:generate |
OlderNewer