Update DEPLOYMENT_GUIDE.md
update based on feedback
This commit is contained in:
Родитель
753507f9e8
Коммит
8635f04281
|
@ -17,14 +17,22 @@ To begin, you will need:
|
||||||
Follow these steps to deploy the Microsoft Learn LTI tool:
|
Follow these steps to deploy the Microsoft Learn LTI tool:
|
||||||
|
|
||||||
# Clone the repo
|
# Clone the repo
|
||||||
1. Open Git
|
1. Go to the [repo](http://github.com/microsoft/learn-lti) Click code button on the [repo](http://github.com/microsoft/learn-lti)
|
||||||
2. Enter in the command in the Git console
|
2. Simply click the code button and select Open with GitHub Desktop or Download Zip to clone contents of the repo.
|
||||||
* `git clone https://github.com/microsoft/Learn-LTI.git`
|
|
||||||
|
|
||||||
You have now cloned the repo.
|
If you are using Git
|
||||||
|
1. Open a command prompt
|
||||||
|
2. Make a new directory **Learn-Lti**
|
||||||
|
3. Move to **Learn-Lti** directory
|
||||||
|
4. Use Git to clone the repo (You need [Git installed](https://git-scm.com/downloads)
|
||||||
|
5. Enter in the command in the Git console
|
||||||
|
* `git clone https://github.com/microsoft/Learn-LTI.git`
|
||||||
|
* This will clone the repo into the current directory **Learn-Lti**
|
||||||
|
|
||||||
|
You have now cloned the repo
|
||||||
|
|
||||||
## After Cloning
|
## After Cloning
|
||||||
* In the cloned repo, inside the deployment directory, execute the file **run.bat**.
|
* In the cloned repo, inside the deployment directory **Learn-Lti**, execute the file **run.bat**.
|
||||||
* run.bat bypasses signing requirements and runs Deploy.ps1 automatically.
|
* run.bat bypasses signing requirements and runs Deploy.ps1 automatically.
|
||||||
* You should now see the Microsoft Learn LTI Tool script popup.
|
* You should now see the Microsoft Learn LTI Tool script popup.
|
||||||
![run.start.png](/images/run.start.png)
|
![run.start.png](/images/run.start.png)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче