Is there a way to install Cocos Creator using command line

Hi there,

I wanted to know is there a way to install Cocos Creator using command line in CI/CD(Continuous integration/continuous deployment) server.

My main need here is to create the build in the CI server not in the developers end. So I need to install Cocos Creator in the server first using command line. (Any other way to do this is also welcome.)

I could not found any conclusive information regarding this. Can anyone shed some light on this.

Thank you in advance.

Hello, I think you can copy Cocoscreator software downloaded by Cocosdashboard to your server directly.

You can pack these files into zip packages, then copy to your server. Unzip to your local on your server.

Eventually you can run cocuscreator.exe.

@zzf_Cocos Thank you for your time.

This seems to be the only way for now.

What I was looking for is to automate this task.
Instead of us copying and pasting to the server, when we add a cocos creator project in the server it should be able to install cocos creator with some command written in the project, like we use npm install.

2 Likes

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.