Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Maarten de Waard
setting-up-edx
Commits
d56eb342
Commit
d56eb342
authored
Mar 03, 2017
by
Maarten de Waard
🤘🏻
Browse files
.gitignore and fix mistake
parent
cf132023
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitignore
0 → 100644
View file @
d56eb342
_build
env
*.swp
_source/index.rst
View file @
d56eb342
...
...
@@ -60,13 +60,10 @@ Be careful with running this command. If anything fails, your system will enter
a broken state and anyone trying to access the platform will get mad at you.
The normal update script does not include the my-passwords.yml file you created
by running ``generate-passwords``, so be sure to include this in the
``server-vars.yml`` file by using the ``include_vars`` attribute:
Because you can't include files from vars files, it is impossible to include the
passwords file from there. Therefore I hacked the following rules into the
``/edx/bin/update`` script. Be sure to change ``/home/maarten/my-passwords.yml``
to a more sensible location...
by running ``generate-passwords``, and because you can't include files from vars
files, it is impossible to include the passwords file from there. Therefore I
hacked the following rules into the ``/edx/bin/update`` script. Be sure to
change ``/home/maarten/my-passwords.yml`` to a more sensible location...
.. code::
...
...
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