Advertisement
djuro95

pokretanjeCRM

Mar 12th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. program za bazupodataka DBeaver
  2. --------------------------------------------
  3.  
  4.  
  5.  
  6. composer install
  7.  
  8. *Your requirements could not be resolved to an installable set of packages.
  9.  
  10. ----------------------
  11. in terminal
  12.  
  13. sudo -s
  14. apt-get install php-zip
  15. --------------------
  16.  
  17. u bazi napraviti crm database
  18.  
  19. napraviti .env file
  20. u njemu DATABASE_URL=mysql://root:@127.0.0.1:3306/crm
  21.  
  22.  
  23. php bin/console doctrine:schema:update --force
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement