sudo pip install openwisp
virtualenv openwisp
source openwisp/bin/activate
pip install -r https://raw.githubusercontent.com/openwisp/openwisp/master/requirements.txt
brew install postgresql
psql postgres
create user openwisp with password 'openwisp';
create database openwisp owner openwisp;
\q
export OPENWISP_DATABASE_URL=postgresql://openwisp:openwisp@localhost/openwisp
python -m openwisp_network_topology.init_db
python -m openwisp_network_topology.runserver
Congratulations! You have successfully installed OpenWISP on your macOS device.
If you want to self-host in an easy, hands free way, need an external IP address, or simply want your data in your own hands, give IPv6.rs a try!
Alternatively, for the best virtual desktop, try Shells!