This repository has been archived by the owner on May 14, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
drmatthews/omero-web-apps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
# on mac os do the following to create a postgresql user and database $ createuser -P -D -R -S db_user Enter password for new role: # enter db_password Enter it again: # enter db_password $ createdb -E UTF8 -O db_user database # check that everything has been created $ psql -h localhost -U db_user -l # on linux $ sudo -u postgres createuser -P -D -R -S db_user Enter password for new role: # db_password Enter it again: # db_password $ sudo -u postgres createdb -E UTF8 -O db_user database
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published