Updated install scripts.

pull/255/head
Cédric Bonhomme 2019-11-20 10:22:59 +01:00
parent e79a2b9872
commit a841bc1932
No known key found for this signature in database
GPG Key ID: A1CB94DE57B7A70D
4 changed files with 4 additions and 4 deletions

View File

@ -181,4 +181,4 @@ then update MONARC:
$ php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php
The username is *admin@admin.test* and the password is *admin*.
The username is *admin@admin.localhost* and the password is *admin*.

View File

@ -191,4 +191,4 @@ execute the database migration scripts and compile the translations.
$ php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php
The username is *admin@admin.test* and the password is *admin*.
The username is *admin@admin.localhost* and the password is *admin*.

View File

@ -177,4 +177,4 @@ then update MONARC:
$ php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php
The username is *admin@admin.test* and the password is *admin*.
The username is *admin@admin.localhost* and the password is *admin*.

View File

@ -31,7 +31,7 @@ MONARC will be automatically deployed in an Ubuntu Bionic Server.
Once the VM will be configured by Vagrant, go to the address
http://127.0.0.1:5001.
The username is *admin@admin.test* and the password is *admin*.
The username is *admin@admin.localhost* and the password is *admin*.
You can now edit the source code with your favorite editor and test it in your
browser. The only thing is to not forget to restart Apache in the VM after a