bashi-bazouk / IndividualAgent

IndividualAgent is a federated social network. Contact the owner for more information.
1 stars 0 forks source link

Add ProxyServer As Official Subproject #1

Closed bashi-bazouk closed 10 years ago

bashi-bazouk commented 10 years ago

Need an in-house way of proxying the ui through to GLoSEval

bashi-bazouk commented 10 years ago

Mongrel2 Proxy can be installed (with some prompts) on an Ubuntu box by loading IndividualAgent/master in root and running:

make workbench
make ubuntu
make zmq
make mongrel2
bin/ia add project iaproxy https://github.com/bashi-bazouk/IAProxy
bin/ia add subtree iaproxy master
bin/stage ui
cd iaproxy
m2sh load
m2sh start -name main

This process will be subject to more optimizations as the project progresses. The mongrel2.conf file can be used to add GLoSEval as the proxy for route /api.

bashi-bazouk commented 10 years ago

This issue was addressed in branch isopropyl-1