Jump to content

License file required for local server?


Recommended Posts

Hi,

as part of the "Plastic Cloud to Unity Cloud Build" bridge we're running (https://github.com/falldamagestudio/plastic-cloud-to-ucb/) we run a regular Plastic server + a Git server on a VM in Google's cloud.

It has run correctly for about 50 days, but today any cm commands print the message "Limited by days evaluation license has expired.". Do I need to install a new license file to make this work for more than 1-2 months at a time? If so how do I obtain that license?

There is no plasticd.token.lic file on the machine. There is a plasticd.lic file -- I believe that the server created that itself during setup. Info when I try showing license details:

root@f75b48db5f23:/opt/plasticscm5/server# cm li
Limited by days evaluation license has expired.

The Plastic server was installed on the box by performing:

echo "deb http://www.plasticscm.com/plasticrepo/plasticscm-common/Ubuntu_14.04/ ./" > /etc/apt/sources.list.d/plastic.list
echo "deb http://www.plasticscm.com/plasticrepo/plasticscm-latest/Ubuntu_14.04/ ./" >> /etc/apt/sources.list.d/plastic.list
wget -q http://www.plasticscm.com/plasticrepo/plasticscm-common/Ubuntu_14.04/Release.key -O - | apt-key add -
wget -q http://www.plasticscm.com/plasticrepo/plasticscm-latest/Ubuntu_14.04/Release.key -O - | apt-key add -

DEBIAN_FRONTEND=noninteractive apt-get -q update && apt-get install -y -q plasticscm-complete && plasticsd stop

clconfigureserver --language=en --port=8087 --workingmode=UPWorkingMode

+ more commands to create *.conf files

I only want to run commands locally against the Plastic server. It will connect to Plastic Cloud, and to a local Git server (via GitSync). Our organization is currently purely subscribed as Plastic Cloud users so when I check https://www.plasticscm.com/download/dashboard I don't see any appropriate license files to download for a regular Plastic server.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...