python-dirbtuves / website

Python dirbtuvės project web site.
GNU Affero General Public License v3.0
2 stars 0 forks source link

Update install instructions #67

Open sirex opened 9 years ago

sirex commented 9 years ago

Replace all sudo commands with make ubuntu and replace PostgreSQL user creation with on command (as in comments if you are not sure how to do that).

edvinasv commented 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".

edvinasv commented 9 years ago

"make run" is updated to listen on all IP's in case development environment is not a localhost.

edvinasv commented 9 years ago

edvinas@ubuntu-VirtualBox:~/git/website$ git remote show origin

edvinasv commented 9 years ago

edvinas@ubuntu-VirtualBox:~/git/website$ git log -p -1