pull/255/head
Ruslan Baidan 2019-11-20 12:17:31 +01:00
commit 2f2f90e4ba
9 changed files with 4 additions and 8 deletions

4
.gitignore vendored
View File

@ -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

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*.

0
data/cache/.gitkeep vendored
View File

View File

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