Guest User

Untitled

a guest
Dec 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. 0. in terminal:
  2. composer global status // this will get composer Directory
  3.  
  4. 1. in terminal type:
  5. nano .bash_profile
  6.  
  7. 2. then insert into file:
  8. PATH=$PATH:$HOME/bin:/home/andrey/.composer/vendor/bin
  9. export PATH
  10.  
  11. 3. then safe file
  12.  
  13. 4. every time to start in terminal type:
  14. source ~/.bash_profile // Now you are able to use Codeception anywhere in your system
  15.  
  16. 5. then in terminal type ti use:
  17. codecept
Add Comment
Please, Sign In to add comment