|
| 1 | +# Medley Online and Medley Local |
| 2 | + |
| 3 | +#### When to choose which? |
| 4 | + |
| 5 | +You can run Medley either online or locally. Both are fully capable environments so rest assured you don't have to compromise on the featuers available to you. Choose the online version if you want quick and easy access to Medley. You can login as a guest and start poking around right away. When you're ready to dive deeper and want to keep track of files and the state of your environment across sessions, you can create a free account. Use that to log in for your next sessions. Check out [Access Medley Online](https://interlisp.org/software/access-online/) if you have more questions. |
| 6 | + |
| 7 | +If you prefer a more hands-on, web-independent approach, you can build Medley on your computer. Refer to the documentation here: [Install and Run](https://interlisp.org/software/install-and-run/), to learn more about how to get Medley installed in your specific operating system.  |
| 8 | + |
| 9 | +Both the online and local versions of Medley, lets you create, save and edit files and save the current state of your Medley environment. But the process of doing so differs slightly. Medey's `SYSOUT`\ |
| 10 | +function saves the current state of Medley's virtual memory in a "sysout file". The section titled _Saving Virtual Memory State_ in the [Interlisp Reference Manual](https://interlisp.org/documentation/IRM.pdf) can tell you more about SYSOUT's possibilities. |
| 11 | + |
| 12 | +**Accessing Files** |
| 13 | + |
| 14 | +Once inside Medley Online, to your very left, you'll find a side bar expandable to a left-arrow icon.  |
| 15 | + |
| 16 | +<img src=".gitbook/assets/image.png" alt="" data-size="original">   |
| 17 | + |
| 18 | +We'll talk about the other useful options this sidebar provides. For now, lets focus on the first one, a useful virtual file manager. Click and you should see a warning that the file manager will open in a new window. Go ahead and press Ok. A new tab should appear in your browser with the following window: |
| 19 | + |
| 20 | +<figure><img src=".gitbook/assets/filemanagerscreen.png" alt=""><figcaption></figcaption></figure> |
| 21 | + |
| 22 | +Right above, the text "Name", you'll notice that all our important files are stored inside a folder titled "il".  |
| 23 | + |
| 24 | +If you're running Medley locally, your system files are also inside a folder titled "il" but your saved files will be in a nested subfolder titled "home". So, when you save files in Medley Online, it's saved to the path `il/` |
| 25 | + |
| 26 | +When you save files in Medley Local, your files are saved to the path: `il/home/username/` |
| 27 | + |
| 28 | +{% hint style="info" %} |
| 29 | +"username" will of course be replaced by your username. |
| 30 | +{% endhint %} |
| 31 | + |
| 32 | +As we learn to use `LOAD` , `MAKEFILES` and other helpfule function related to handling files in Medley Interlisp, we don't need to change our filepaths for either versions of Medley but it's good to be aware where they are located so we can use that information later! |
0 commit comments