Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Install the following before proceeding:

Download the Adapt framework as a ZIP and extract the files. If you are a Windows user, you may need to [unblock the ZIP archive](http://answers.microsoft.com/en-us/windows/forum/windows_7-security/windows-found-that-this-file-is-potentially/cab2b576-2074-4b26-bf54-571fe03f9ef8) before you extract it.

Open a console interface (e.g. Git Bash, Terminal on OSX, Powershell or CMD.exe) and navigate to the extracted folder (typically adapt_framework-master, but you can safely rename this).
Open a console interface (e.g. Git Bash, Terminal on OSX, PowerShell or Command Prompt) and navigate to the extracted folder (typically adapt_framework-master, but you can safely rename this).

### 3. Install Module Dependencies.

Expand Down Expand Up @@ -61,7 +61,7 @@ Install the following before proceeding:

### 2. Download and Install the Framework

Open a console interface (e.g. Git Bash, Terminal on OSX, Powershell or CMD.exe) and navigate to the folder where you'd like to install the framework. The CLI will create a root folder using the name you supply as the course name. Run the following command substituting your course name for "My Course Name".
Open a console interface (e.g. Git Bash, Terminal on OSX, PowerShell or Command Prompt) and navigate to the folder where you'd like to install the framework. The CLI will create a root folder using the name you supply as the course name. Run the following command substituting your course name for "My Course Name".
`adapt create course "My Course Name"`

To create an Adapt course from a specific branch, run:
Expand All @@ -83,4 +83,4 @@ Once the server has started, the course will open in your default browser via th
To terminate the server, press <kbd>CTRL+c</kbd>.

## Troubleshooting
Consult the Adapt community's [Technical Discussion Forum](https://community.adaptlearning.org/mod/forum/view.php?id=4) or chat room on Gitter: [![Join the chat at https://gitter.im/adaptlearning/adapt_framework](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/adaptlearning/adapt_framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Consult the Adapt community's [Technical Discussion Forum](https://community.adaptlearning.org/mod/forum/view.php?id=4) or chat room on Gitter: [![Join the chat at https://gitter.im/adaptlearning/adapt_framework](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/adaptlearning/adapt_framework?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should remove references to the discontinued forum and possibly Gitter. Instead, instruct users to create issues on GitHub.

Loading