Secure GraphDB: create users - MaastrichtU-IDS/data2services-pipeline GitHub Wiki
- Start GraphDB
# On Linux
./startup.sh
# On Windows
windows_scripts\startup.bat
-
Go to http://localhost:7200/
-
Setup > Repositories > Create new repository
- Repository ID: test (or whatever you want it to be, but you will need to change data2services default config)
- Check Use context index
- Create
-
Setup > Users and access
- Edit admin user > Enter a new password > Save
- Click on Security is off to turn it on.
- Create new user
- User name: import_user
- Password: test
- Repository rights > Write right on Any data repository
- Click Create