Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
tank
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AURA
tank
Commits
95c8a468
Commit
95c8a468
authored
6 years ago
by
Christian Pointner
Browse files
Options
Downloads
Patches
Plain Diff
fix Readme once more
parent
1cca1d19
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+3
-3
3 additions, 3 deletions
README.md
with
3 additions
and
3 deletions
README.md
+
3
−
3
View file @
95c8a468
...
...
@@ -11,7 +11,7 @@ $ go get gitlab.servus.at/autoradio/tank/...
```
Create configuration file see:
https://gitlab.servus.at/autoradio/tank/blob/master/c
md/tank
/sample-cfg.yaml
https://gitlab.servus.at/autoradio/tank/blob/master/c
ontrib
/sample-cfg.yaml
Make sure that the directory pointed to by
```store.path```
exists and is writeable
for the user running the daemon
...
...
@@ -85,14 +85,14 @@ Wait for the server to boot up and then initialize the database using a second t
```
sh
$
./contrib/postgres/run_client.sh
#
psql < init.sql
$$$
psql < init.sql
```
This command can also be used to empty the database if you want to start with a new one.
After the daemon has ran the initial migrations you may check out the schema of the database:
```
sh
#
psql < info.sql
$$$
psql < info.sql
```
Once you are done with the database you can stop the server by pressing
```CTRL-C```
inside the
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment