Merge branch 'master' of https://github.com/monarc-project/MonarcAppFO
commit
2f2f90e4ba
|
@ -21,7 +21,3 @@ npm-debug.log
|
|||
node_modules/
|
||||
bin/
|
||||
data/*
|
||||
!data/cache/.gitkeep
|
||||
!data/DoctrineORMModule/Proxy/.gitkeep
|
||||
!data/LazyServices/Proxy/.gitkeep
|
||||
!data/json/.gitkeep
|
||||
|
|
|
@ -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*.
|
||||
|
|
|
@ -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*.
|
||||
|
|
|
@ -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*.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue