Updated install scripts.
parent
e79a2b9872
commit
a841bc1932
|
@ -181,4 +181,4 @@ then update MONARC:
|
||||||
$ php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php
|
$ 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*.
|
||||||
|
|
|
@ -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
|
$ 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*.
|
||||||
|
|
|
@ -177,4 +177,4 @@ then update MONARC:
|
||||||
$ php ./vendor/robmorgan/phinx/bin/phinx seed:run -c ./module/Monarc/FrontOffice/migrations/phinx.php
|
$ 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*.
|
||||||
|
|
|
@ -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
|
Once the VM will be configured by Vagrant, go to the address
|
||||||
http://127.0.0.1:5001.
|
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
|
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
|
browser. The only thing is to not forget to restart Apache in the VM after a
|
||||||
|
|
Loading…
Reference in New Issue