how to run simulator or agent on ubuntu vbox? #309
Replies: 2 comments
-
assuming it is all built correctly, once you have your own EDIT: i havent built it outside a docker container in a while. see here: https://www.mtcup.org/Installing_C++_Agent_on_Ubuntu#run-the-agent. but one note: the exe has changed name from |
Beta Was this translation helpful? Give feedback.
-
Checkout the Dockerfile. It goes through the steps on a clean Ubuntu image. When you run the image, it starts the demo simulator. - W
|
Beta Was this translation helpful? Give feedback.
-
I am currently started working on Mtconnect , trying to understand it by implementinfg it on vbox.
I followed instruction given in github to build agent, was able to set up build ,download the source and build the agent using these command:
sudo apt-get install build-essential python3 python3-pip git cmake ruby rake autoconf
python3 -m pip install conan
echo 'export PATH=$HOME/.local/bin:$PATH' >> .bashrc
git clone https://github.com/mtconnect/cppagent.git
conan create cppagent -pr cppagent/conan/profile/gcc --build=missing
Now i am no able to figure out how to run simulator or run the agent.
Any guidance would be of great help.
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions