|
Hello, I just ran the apt-get install-virtuoso command and it seemed to have run fine. Then when I ran the virtuoso-t -f command, I got the error that there is no such file as virtuoso.ini which is supposed to happen after install. Is there anything else that I have to do in order to get the virtuoso.ini (their default ini file) created? Or did I miss a step? Thanks, Alex |
|
The minimum you need to start virtuoso is the "virtuoso-t" binary and a configuration file "virtuoso.ini". If you can find them post installation use the "find" command to locate them, go to the "virtuoso.ini" file directory run /virtuoso-t -f -c ./virtuoso.ini to start the server in foreground mode to verify it starts successfully. Then Ctrl C and stat in background mode by dropping the "-f" option. |

