Question
1
Replies
87
Views
Flex
Posted: January 30, 2019
Last activity: February 20, 2019
pega deployment
How to deploy the project from command line since our project is having package server setup also. When its deploying locally, there are two files(.opanspan and .manifest) getting generated but while its moving to package server only .opanspan file is moving.
Please help to solve this issue. Thanks a lot.
***Edited by Moderator Marissa to update platform capability tags****
Hello Lavanya,
Deploying a project to package server is a complicated process. Part of the deployment process requires a successful authentication with Pega Robot Manager and sending a certain file to Robot Manager, so it can keep a track of the package, its version and any configuration associated with the package and then send a package to the Package Server. There is no other option than to use either Visual Studio 2015 with Pega Robotics Plugin or Pega Robotics Studio to deploy a package.
Thanks