Skip to content
Roman Shamyan edited this page Mar 4, 2014 · 11 revisions
  1. Compile at release mode.
  2. First run. Program will create minimal config. (See output)
  3. Edit config
  4. Run program rpc-sql-proxy --daemon or just ./rpc-sql-proxy (run in terminal mode)
  5. For restart use kill -SIGHUP <pid>
  6. Stop the programm with kill <pid>

On linux logs directroy is /var/log/rpc-sql-proxy

On windows /logs


On linux config directory are ~/.config/rpc-sql-proxy or /etc/rpc-sql-proxy

On windows ./

Also you can manually set config file with rpc-sql-proxy --config=<config path>


By default vibe log is http.txt (see config). It contains vibe output.


Program also create rpc-sql-proxy.log in log directory. It contains start/stop information.

Clone this wiki locally