Skip to content

Commit

Permalink
Erik's suggestion: get it in the gist
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Mar 7, 2016
1 parent 6a4ff89 commit bbc7da4
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 121 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
include README.rst LICENSE
recursive-include bin/ *
5 changes: 3 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,9 @@ other users, but fortunately for testing and personal projects
self-signed certificates are acceptable.

To make it a bit easier to generate a self signed SSL certificate and
nginx configuration, there's a fairly simple ``alexandra`` script you
can run after installation.
nginx configuration, here's a Python 2.7/3.5.1 compatible
[standalone script](https://gist.github.com/erik/119dd32efc269d6dd5d7) to
generate basic config for a standard unix setup.

After running the script, simply add a ``location`` block to the nginx
config for any new Alexa skills being hosted on the same box.
Expand Down
117 changes: 0 additions & 117 deletions bin/alexandra

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
'Topic :: Software Development :: Libraries :: Application Frameworks',
],
packages=['alexandra'],
scripts=['bin/alexandra'],
license='ISC',
test_requires=['tox'],
install_requires=[
Expand Down

0 comments on commit bbc7da4

Please sign in to comment.