Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Staiger, Christine
iRODSTraining
Commits
55a43c72
Commit
55a43c72
authored
Jun 06, 2020
by
Staiger, Christine
Browse files
Update 01-Install-iRODS.md
parent
21c500bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
01-Install-iRODS.md
View file @
55a43c72
...
...
@@ -89,6 +89,7 @@ IPa.ddr.ess alice.eudat-sara.vm.surfsara.nl alice-server
```
sh
sudo
apt-get
install
postgresql
sudo
pg_createcluster 10 main
--start
```
## Installing iRODS
...
...
@@ -97,6 +98,11 @@ sudo apt-get install postgresql
```
sh
sudo
su - postgres
/usr/lib/postgresql/10/bin/pg_ctl
-D
/var/lib/postgresql/10/main
-l
logfile start
```
If necessary fix
`locale`
settings before proceeding.
```
psql
CREATE DATABASE "ICAT";
CREATE USER irods WITH PASSWORD 'irods';
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment