nickatomlin / DKAN

Building a transparency portal for Rhode Island municipalities.
GNU General Public License v2.0
0 stars 0 forks source link

Enable sharing via ngrok #13

Closed nickatomlin closed 8 years ago

nickatomlin commented 8 years ago

It would be nice to have a shareable version of our current DKAN development site without necessarily hosting it online. This may be possible via ngrok, a service which provides secure tunnels to localhost.

nickatomlin commented 8 years ago

Installed ngrok on the virtual environment and it seems to be working. Follow the below steps from the root Vagrant/DKAN directory:

$ vagrant ssh
$ cd ngrok
$ ./ngrok http 80

Then, simply visit the URL listed at ngrok.io and the site should be visible.