Open sirex opened 9 years ago
I suppose "virtualenv" has to be installed as well:
edvinas@ubuntu-VirtualBox:~/git/website$ make virtualenv --no-site-packages --python=python3 . make: virtualenv: Command not found Makefile:32: recipe for target 'bin/pip' failed make: *\ [bin/pip] Error 127 edvinas@ubuntu-VirtualBox:~/git/website$
Therefore virtualenv was added to "make ubuntu".
"make run" is updated to listen on all IP's in case development environment is not a localhost.
edvinas@ubuntu-VirtualBox:~/git/website$ git remote show origin
edvinas@ubuntu-VirtualBox:~/git/website$ git log -p -1
Replace all
sudo
commands withmake ubuntu
and replace PostgreSQL user creation with on command (as in comments if you are not sure how to do that).