Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
57d63012
Verified
Commit
57d63012
authored
Jul 02, 2017
by
David Haynes
🙆
Browse files
Clean empty doc files
- documentation is in README for now
parent
f6eaef9b
Pipeline
#1422
passed with stage
in 2 minutes and 17 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
docs/architecture.rst
deleted
100644 → 0
View file @
f6eaef9b
docs/deployment.rst
deleted
100644 → 0
View file @
f6eaef9b
docs/installation.rst
deleted
100644 → 0
View file @
f6eaef9b
startup.sh
View file @
57d63012
...
...
@@ -3,7 +3,6 @@ until nc -z wopen_db 3306; do
sleep
1
done
export
WOPEN_SECRET_KEY
=
$(
dd
if
=
/dev/urandom
count
=
100 |
tr
-dc
"A-Za-z0-9"
|
fold
-w
60 |
head
-n1
2>/dev/null
)
python whats-open/manage.py flush
--no-input
...
...
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