How to deploy SKY add-in to a windows server?

Hi,

I have developed an add-in which available in Event tile. Using this we can create and view events. I am using angular frontend and .net core backend. I need to deploy the add-in to a windows server. I tried skyux build to generate built file and publish them. But that was not success. I need some guidance from expert ?

Comments

  • Daniel Leonard
    Daniel Leonard Blackbaud Employee
    Eighth Anniversary Kudos 2 Name Dropper Participant

    Hi Piyumi,

    I'm sorry you are having issues with building your project. Are you able to give more details about what error you are receiving? Also, do you know what version of SKYUX you are using to create your Add-in?

  • Daniel Leonard:

    Hi Piyumi,

    I'm sorry you are having issues with building your project. Are you able to give more details about what error you are receiving? Also, do you know what version of SKYUX you are using to create your Add-in?

    I am following this to create project

    build the project using skyux build.

    SKYUX version is 4.

    I was able to create build files and I need to publish those build files inside wwwroot folder of .net core project.

  • Daniel Leonard
    Daniel Leonard Blackbaud Employee
    Eighth Anniversary Kudos 2 Name Dropper Participant

    Hi Piyumi,

    It sounds like you may be having trouble copying the files to the place you will host the Add-in but it is unclear. Do you have any specific questions we may be able to assist with?

  • Hi,

    I did copy and paste the build files inside wwwroot folder of .net core web project. In local env, app is running https://localhost:8000/hello-world/my-tile. But after published the build files to a server, can not access the file https://{domain-name}/hello-world/my-tile.

Categories