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
thalia
concrexit
Commits
f4a2e0b9
Commit
f4a2e0b9
authored
Mar 31, 2017
by
Thom Wiggers
📐
Browse files
Merge branch 'feature/readme' into 'master'
Checked README working Closes
#294
See merge request
!422
parents
7b4e11a8
452b4f37
Changes
2
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
f4a2e0b9
...
...
@@ -19,7 +19,7 @@ If you use Docker, please look at [this part](#docker) of the README.
0.
Get at least Python 3.4 and install the Pillow requirements as per below.
1.
Clone this repository
2.
Run
`source ./source_me.sh`
(
or
use
your own favourite virtualenv solution)
2.
Run
`source ./source_me.sh`
or
`source venv/bin/activate`
(or what you do for
your own favourite virtualenv solution)
3.
Run
`pip install -r requirements.txt`
4.
Run
`pip install -r dev-requirements.txt`
5.
`cd website`
...
...
source_me.sh
100644 → 100755
View file @
f4a2e0b9
#!/bin/bash
pathname
=
$_
if
[[
"
$pathname
"
=
"
$0
"
]]
;
then
if
[[
-n
"
$BASH
"
&&
"
$pathname
"
=
"
$0
"
]]
;
then
echo
"Remember: you need to run me as 'source ./source_me.sh', not execute it!"
return
fi
...
...
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