Revision 5179
Added by ben leinfelder almost 15 years ago
docs/dev/workflowscheduler/createWorkflowSchedulerDB.txt | ||
---|---|---|
7 | 7 |
host workflowscheduler workflowscheduler 127.0.0.1 255.255.255.255 password |
8 | 8 |
|
9 | 9 |
Create database: |
10 |
type: createdb metacat
|
|
10 |
type: createdb workflowscheduler
|
|
11 | 11 |
|
12 | 12 |
Create workflowscheduler user |
13 | 13 |
Log in to postgreSQL by typing: |
14 |
psql metacat
|
|
14 |
psql workflowscheduler
|
|
15 | 15 |
At the psql prompt, create the workflowscheduler user by typing: |
16 | 16 |
CREATE USER workflowscheduler WITH UNENCRYPTED PASSWORD 'your_password'; |
17 | 17 |
where 'your_password' is whatever password you would like for the workflowscheduler user. |
Also available in: Unified diff
use workflowscheduler DB