-
-
Notifications
You must be signed in to change notification settings - Fork 9
Revamp Install and Run pages for Windows and Linux #208
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…stall and Run subtopics in left side outline
…ng-on-win to windows
stumbo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All minor, but some little cleanup things.
| The current systems we've tested or for which we have confirmed reports can be found [in the Maiko github repository](https://github.com/Interlisp/maiko/tree/master/bin), including: | ||
| * OS: FreeBSD, Linux, MacOS, Solaris, Windows (using WSL or CygWin) | ||
| * CPU: arm7l, arm64, PowerPC, SPARC, i386, x86_64 | ||
| Medley is capable of running on a variety of other OSes including FreeBSD and Solaris as well as on other CPU architectures including i386, SPARC, PowerPC, and Risc-V. To install and run Medley on these platforms, you will need to build Medley (and its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on github.com. Instructions for building Medley and Maiko can be be found on github in the [*readme* for Maiko](https://github.com/interlisp/maiko) and the [*readme* for Medley](https://github.com/interlisp/medley). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to hyperlink github.com to https://github.com/interlisp?
| --- | ||
| <style>.td-content blockquote { border-left: none; color: inherit; padding-left: 2rem;}</style> | ||
|
|
||
| *Note that these instructions do not apply to Linux distros running within Windows System For Linux (WSL). [Separate instructions are available for WSL here.](../windows/running-on-win-wsl).* |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete the period after the link (../windows/running-on-win-wsl). That period and the period at the end of the text block, [Separate instructions are available for WSL here.] creates a sentence ending with 2 periods.
| 1. Go to the [Releases page for Interlisp/Medley on github.com](https://github.com/interlisp/medley/releases). Here you will see a list of releases in reverse chronological order. | ||
| <div align="center"><img alt="Github Releases Page" width=500 src="../images/releases-page-landing.png"><p> </p></div> | ||
|
|
||
| 3. Choose the release you are interested in (most likely the release marked ***Latest***) and click on the arrow next the word ***Assets*** to reveal the list of assets (i.e., installation files) for that release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change this to 2. The <div /> block above this breaks the list and the markdown processors starts up at three. You can either change the 4 to 3 or leave it. It will be processed correctly.
| 1. Go to the [Releases page for Interlisp/Medley on github.com](https://github.com/interlisp/medley/releases). Here you will see a list of releases in reverse chronological order. | ||
| <div align="center"><img alt="Github Releases Page" width=500 src="../images/releases-page-landing.png"><p> </p></div> | ||
|
|
||
| 3. Choose the release you are interested in (most likely the release marked ***Latest***) and click on the arrow next the word ***Assets*** to reveal the list of assets (i.e., installation files) for that release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 2. The <div /> prior to this messes up markdown's list numbering.
| 1. Go to the [Releases page for Interlisp/Medley on github.com](https://github.com/interlisp/medley/releases). Here you will see a list of releases in reverse chronological order. | ||
| <div align="center"><img alt="Github Releases Page" width=500 src="../../images/releases-page-landing.png"><p> </p></div> | ||
|
|
||
| 3. Choose the release you are interested in (most likely the release marked ***Latest***) and click on the arrow next the word ***Assets*** to reveal the list of assets (i.e., installation files) for that release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 2.
| 1. Go to the [Releases page for Interlisp/Medley on github.com](https://github.com/interlisp/medley/releases). Here you will see a list of releases in reverse chronological order. | ||
| <div align="center"><img alt="Github Releases Page" width=500 src="../../images/releases-page-landing.png"><p> </p></div> | ||
|
|
||
| 3. Choose the release you are interested in (most likely the release marked ***Latest***) and click on the arrow next the word ***Assets*** to reveal the list of assets (i.e., installation files) for that release. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to 2.
… to linux pages. Updated sub-directory naming for windows.
masinter
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this had Been merged
| The current systems we've tested or for which we have confirmed reports can be found [in the Maiko github repository](https://github.com/Interlisp/maiko/tree/master/bin), including: | ||
| * OS: FreeBSD, Linux, MacOS, Solaris, Windows (using WSL or CygWin) | ||
| * CPU: arm7l, arm64, PowerPC, SPARC, i386, x86_64 | ||
| Medley is capable of running on a variety of other OSes including FreeBSD and Solaris as well as on other CPU architectures including i386, SPARC, PowerPC, and Risc-V. To install and run Medley on these platforms, you will need to build Medley (and its underlying virtual machine, *Maiko*) from the sources available in the Interlisp repos on github.com. Instructions for building Medley and Maiko can be be found on github in the [*readme* for Maiko](https://github.com/interlisp/maiko) and the [*readme* for Medley](https://github.com/interlisp/medley). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You only need to build Maimonides but some Linux shell commands Are handy
| ## **Use Medley** | ||
| Once Medley is up and running, see [here](../../using-medley/_index) for tips on how to navigate and use the Medley environment. | ||
| By default, Medley will use (creating, if necessary) a directory called *$HOME/il*. This will be used by the Medley system as its *LOGINDIR* as follows: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Better to omit the _index
Restored and updated with more images the install and run pages for Linux and Windows.