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
Indienet
Site
Commits
2ef53abe
Verified
Commit
2ef53abe
authored
Apr 25, 2018
by
Aral Balkan
Browse files
Add a sudo to one of the commands in the deployment instructions
parent
537c3079
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2ef53abe
...
...
@@ -37,7 +37,7 @@ For testing deployment, we currently use [Dokku](http://dokku.viewdocs.io/dokku/
3.
Set up persistent storage:
```
bash
sudo mkdir
-p
/var/lib/dokku/data/storage/indie
chown
32767:32767 /var/lib/dokku/data/storage/indie
sudo
chown
32767:32767 /var/lib/dokku/data/storage/indie
dokku storage:mount /var/lib/dokku/data/storage/indie:/app/.indie
```
...
...
Write
Preview
Markdown
is supported
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