-
-
Notifications
You must be signed in to change notification settings - Fork 10
redo intro #213
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
redo intro #213
Changes from 7 commits
06673b7
a2e0cb6
0b336a7
3f89996
38795bc
0d379df
bc7b408
35dd5fe
e0a8648
1122679
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
title: Software History Futures and Technologies SHFT | ||
title: Educopia | ||
weight: 20 | ||
type: docs | ||
--- | ||
|
||
The [Software History Futures and Technologies](https://www.shft.group) (SHFT) group] is now hosted by the Media and Technology Studies department at University of Alberta, Canada. SHFT is partnering with the Medley Interlisp project to help with making the Interlisp Experience accessible to those interested in learning its unique features as well as the context of innovation based on it. | ||
|
||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,18 +4,17 @@ type: docs | |
aliases: | ||
|
||
--- | ||
This section contains information on installing or setting up Medley and using it. | ||
## Welcome to the Medley Interlisp Experience | ||
|
||
There are two main ways of running Medley: accessing it online in a web browser or installing and running the system on your computer. Online access is best for trying out Medley without installing anything, as well as for basic usage. Install the system on your computer if you want to run Medley offline, customize the environment, or simplify the exchange of files with Medley. | ||
The [Medley Interlisp Project](/project) has focused on bringing this [historical software](/history) to life. This section contains information on setting up the Medley system and using it. | ||
|
||
We are working on making an early version of Medley run in the browser. This example of software preservation will let you access a technology artifact of historical significance. | ||
There are two main ways of running Medley: accessing it online in a web browser or installing and running the system on your computer. Online access is good for trying out Medley without installing anything, as well as for basic usage. Install the system on your computer if you want to run Medley offline, customize the environment, and have direct access to local files. | ||
|
||
These are the available options for running Medley: | ||
* [Access Medley Online](access-online): how to access Medley running on our servers using your web browser. | ||
* [Install and Run](install-and-run): how to set Medley up on your computer, and (re)start each time. | ||
|
||
* [Access Medley Online](access-online): how to access Medley running on our servers using your web browser. | ||
* [Install and Run](install-and-run): how to set Medley up on your computer, and restart each time. | ||
* [Using Medley](using-medley): Once you are up and running, some basics and pointers to other documentation. | ||
Once you are up and running, see "[Using Medley](using-medley)" for some basics and pointers to other documentation. | ||
|
||
* *Coming*: [Running Medley in the browser!!](https://groups.google.com/g/lispcore/c/tiD2PUzBLCo/m/HuqWV63_AQAJ) | ||
|
||
|
||
We are working on making earlier version of Interlisp-D run in the browser. This example of software preservation will let you access a technology artifact of historical significance. | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ... earlier versions of Interlisp-D... From a user's perspective how is this any different than running Medley on our servers? Beyond, they may have access to earlier versions of Interlisp-D. |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
--- | ||
title: Install and Run on Linux | ||
title: Linux | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This will give you a different title in the side bar:
|
||
weight: 20 | ||
aliases: | ||
- /software/install-and-run/running-on-linux/ | ||
type: docs | ||
--- | ||
<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/wsl).* | ||
*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/wsl).* | ||
|
||
Medley installs and runs on most recent Linux distros (Alpine Linux is one exception). All that is strictly required is that the distro include an X Windows server. Most of the testing for Medley has been done on Ubuntu 20.04 and 22.04. | ||
|
||
|
@@ -95,14 +95,13 @@ Documentation for the `<flags and options>` to the `medley` command can be found | |
|
||
For first-time users: `medley --vnc --apps --interlisp --noscroll` or, equivalently, `medley -v -a -e -n` is a good starting point. This will give you a fully populated Medley system, including the applications built on Medley such as Notecards and Rooms. | ||
|
||
This will bring up the Medley environment in a separate Window on your Windows desktop. The Medley desktop and windows will all be contained within this Window as shown below. | ||
|
||
 | ||
This will bring up the Medley environment in a separate Window on your Linux desktop. The Medley desktop and windows will all be contained within this Window as shown below. | ||
|
||
 | ||
|
||
|
||
## **Use Medley** | ||
Once Medley is up and running, see [here](../../using-medley/) for tips on how to navigate and use the Medley environment. | ||
Once Medley is up and running, see [here](software/using-medley/) 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: | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,16 @@ | ||
--- | ||
title: Install and Run on Windows | ||
title: on Windows | ||
weight: 40 | ||
type: docs | ||
--- | ||
|
||
There are two ways to install and run Medley on Windows: | ||
1. Run Medley on Windows System for Linux (WSL) | ||
2. Run the 'native' Medley Windows app | ||
# Install and Run on Windows | ||
|
||
These two ways result in (nearly) identical Medley experiences, but differ in how Medley is installed and started. | ||
There are two ways to install and run Medley on Windows. These two ways result in (nearly) identical Medley experiences, but differ in how Medley is installed and started. | ||
|
||
Medley on WSL requires the WSL subsystem to be installed on your Windows system. And when installing and using Medley on WSL you are working within a Linux environment. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. | ||
1. [Using WSL](wsl) (Windows Syswem for Linux). Medley on WSL requires the WSL subsystem to be installed on your Windows system. And when installing and using Medley on WSL you are working within a Linux environment. Some familiarity with Linux and the Linux command line is helpful. Medley on WSL is best for users who are running WSL anyway and/or prefer working in a Linux environment. | ||
|
||
Medley 'native' works within the ordinary Windows environment. Installation uses a standard Windows installer and you start Medley from a standard Command (or Powershell) window. Medley 'native' is best for users who prefer to stay (almost) exclusively in the Windows environment. | ||
2. [Run Medley 'native'](native). Medley 'native' works within the ordinary Windows environment. Installation uses a standard Windows installer and you start Medley from a standard Command (or Powershell) window. Medley 'native' is best for users who prefer to stay (almost) exclusively in the Windows environment. | ||
|
||
Medley on WSL and 'native' Medley both require 64-bit Windows 10/11. | ||
|
||
|
||
|
||
|
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 this line, we only want one title line.