You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.
In the "Deploy SpringTrader in tc Server" section, the commands operating within the tcServer directory structure were forbidden due to insufficient privileges. I got around this by granting my user permission within the directory structure:
In the "Deploy SpringTrader in tc Server" section, the commands operating within the tcServer directory structure were forbidden due to insufficient privileges. I got around this by granting my user permission within the directory structure:
sudo chmod a+rx vfabric-tc-server-standard
cd vfabric-tc-server-standard
sudo chown -R myuser:myuser springtrader
I was then able to perform the rest of the procedure as written.
The text was updated successfully, but these errors were encountered: