...
Code Block |
---|
sudo -i su - postgres dropdb oercommons_db createdb -O oercommons_user -E UTF-8 --locale=en_US.UTF-8 -T template0template_postgis oercommons_db exit exit |
Activate the virtual environment:
...
...
Code Block |
---|
sudo -i su - postgres dropdb oercommons_db createdb -O oercommons_user -E UTF-8 --locale=en_US.UTF-8 -T template0template_postgis oercommons_db exit exit |
Activate the virtual environment:
...