No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
If you have completed the steps to create the WebApp - where the code will reside, as described here: [[Installing TurnKey as an Azure WebApp]] - you have the option of using the | If you have completed the steps to create the WebApp - where the code will reside, as described here: [[Installing TurnKey as an Azure WebApp]] - you have the option of using the Portal to deploy the code or '''deploying the code yourself'''. | ||
These steps also apply if you need to refresh the install and update the versions of MDrivenTurnkey and MDrivenServer. | These steps also apply if you need to refresh the install and update the versions of MDrivenTurnkey and MDrivenServer. | ||
Line 10: | Line 10: | ||
After this step, check your local OneDrive - you will find a new folder created here: C:\Users\<YourName>\OneDrive\Apps\Azure Web Apps\<YourApp> | After this step, check your local OneDrive - you will find a new folder created here: C:\Users\<YourName>\OneDrive\Apps\Azure Web Apps\<YourApp> | ||
[[File:2020-09-18 09h44 30.png|none|thumb|645x645px]] | [[File:2020-09-18 09h44 30.png|none|thumb|645x645px]] | ||
This is the folder from | This is the folder from which the code will be taken and deployed into your app slot on Azure. It will happen '''when you press Sync''' in the resulting screen Deployment center screen: | ||
[[File:2020-09-18 09h47 58.png|none|thumb|658x658px]]We now want to insert what code to deploy into your OneDrive folder. | [[File:2020-09-18 09h47 58.png|none|thumb|658x658px]]We now want to insert what code to deploy into your OneDrive folder. | ||
* Download the latest (or desired) version of MDrivenTurnkey here:https://mdriven.net/turnkey | |||
Download the latest (or desired) version of MDrivenTurnkey here:https://mdriven.net/turnkey | * Download the latest (or desired) version of MDrivenServer here:https://mdriven.net/server | ||
Download the latest (or desired) version of MDrivenServer here:https://mdriven.net/server | |||
You now have two zip files. Open the Turnkey zip file: | You now have two zip files. Open the Turnkey zip file: | ||
[[File:2020-09-18 09h53 29.png|none|thumb|547x547px]] | [[File:2020-09-18 09h53 29.png|none|thumb|547x547px]] | ||
Line 25: | Line 22: | ||
[[File:2020-09-18 09h59 54.png|none|thumb|429x429px]] | [[File:2020-09-18 09h59 54.png|none|thumb|429x429px]] | ||
Now open the MDrivenServer zip file, navigate to Application, and copy its contents to the __MDrivenServer folder: | Now, open the MDrivenServer zip file, navigate to Application, and copy its contents to the __MDrivenServer folder: | ||
[[File:2020-09-18 10h02 25.png|none|thumb|665x665px]] | [[File:2020-09-18 10h02 25.png|none|thumb|665x665px]] | ||
Head back to Azure. It is a good idea to STOP your WebApp during Sync so that the Sync is not blocked by locked files. | |||
You can follow the progress in the Deployment | You can follow the progress in the Deployment Center and see a log that your code has been updated. After it is done, turn on the app and you are done. | ||
[[Category:MDriven Turnkey]] | [[Category:MDriven Turnkey]] | ||
[[Category:MDriven Server]] | [[Category:MDriven Server]] |
Revision as of 07:17, 20 June 2023
If you have completed the steps to create the WebApp - where the code will reside, as described here: Installing TurnKey as an Azure WebApp - you have the option of using the Portal to deploy the code or deploying the code yourself.
These steps also apply if you need to refresh the install and update the versions of MDrivenTurnkey and MDrivenServer.
In Azure, find the Deployment Center and choose OneDrive:
Follow the wizard and give the folder a name. The default is the same as the WebApp you work on:
After this step, check your local OneDrive - you will find a new folder created here: C:\Users\<YourName>\OneDrive\Apps\Azure Web Apps\<YourApp>
This is the folder from which the code will be taken and deployed into your app slot on Azure. It will happen when you press Sync in the resulting screen Deployment center screen:
We now want to insert what code to deploy into your OneDrive folder.
- Download the latest (or desired) version of MDrivenTurnkey here:https://mdriven.net/turnkey
- Download the latest (or desired) version of MDrivenServer here:https://mdriven.net/server
You now have two zip files. Open the Turnkey zip file:
Navigate down to the Application folder and copy all the contents and paste them into your OneDrive folder:
In the OneDrive folder, create the container for the MDrivenServer as a directory called __MDrivenServer (two underscores):
Now, open the MDrivenServer zip file, navigate to Application, and copy its contents to the __MDrivenServer folder:
Head back to Azure. It is a good idea to STOP your WebApp during Sync so that the Sync is not blocked by locked files.
You can follow the progress in the Deployment Center and see a log that your code has been updated. After it is done, turn on the app and you are done.