-
Notifications
You must be signed in to change notification settings - Fork 1
Setup
Roman Shamyan edited this page Mar 4, 2014
·
11 revisions
- Compile at release mode.
- First run. Program will create minimal config. (See output)
- Edit config
- Run program
rpc-sql-proxy --daemon
or just./rpc-sql-proxy
(run in terminal mode) - For restart use
kill -SIGHUP <pid>
- 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.