Occupy.here is a software project built in support of the Occupy Wall Street protest in New York City and other occupations beyond Zuccotti Park. The software is designed to run on locally-hosted hardware without an upstream Internet connection. With occupy.here, users can anonymously share messages and files. The software should run on any web server capable of parsing PHP, but it is intended to run on a particular environment; a wifi router running OpenWrt Linux.
If you'd like to try out the software without using the full OpenWrt stack, you should be able to get running with the following commands:
- Configure your webserver to serve from the
public
directory - Change file permissions on the
data
andpublic/uploads
directories so the webserver user can write new files - Create a new
config.php
based onconfig-example.php
, update the settings to your needs
If you would like to build an occupy.here router, follow the installation guide, also available in the included files as INSTALL.md.