-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vtracker #44
Comments
Hi, |
I'll try it when I get some time, thank you very much! |
Hi,
and this docker-compose.yml
Put these in a directory and extract the vtracker package to the same dir. Adjust the Feel free to play around with that and tell me what you think. |
Hi!
I would like to install this utility for your tool.
https://www.racedepartment.com/downloads/vtracker-2-timetable-for-acc-servers.40161/
I have seen you use these commands to start:
if which node > /dev/null
then
npm i
node server.js
else
echo "Node is not installed. I try to install it myself :). This procedure will only be done once"
sudo apt update
sudo apt install npm
npm install -g n
sudo npm cache clean -f
sudo npm install -g n
sudo n stable
PATH="$PATH"
npm i
node server.js
fi
but it doesn't have npm installed, can you add it to docker to see how it works?
The text was updated successfully, but these errors were encountered: