Skip to content

Commit

Permalink
Add command to copy API settings local.py file
Browse files Browse the repository at this point in the history
  • Loading branch information
sloria committed Mar 7, 2016
1 parent e45fac4 commit 3ef2612
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/osf/setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,14 @@ After you have installed Homebrew, Python, XCode, Java, virtualenv, and virtuale

workon osf

**3. Create a local settings file**
**3. Create local settings files.**

Navigate to the osf.io directory, and run

::

cp website/settings/local-dist.py website/settings/local.py
cp api/base/settings/local-dist.py api/base/settings/local.py

.. note::
You may need to clear the WHEELHOUSE environmental variable for setup to function properly.
Expand Down

0 comments on commit 3ef2612

Please sign in to comment.