Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
rpisetupformix [2021/02/23 23:38] wikiadmin |
rpisetupformix [2021/02/23 23:42] (current) wikiadmin |
||
---|---|---|---|
Line 19: | Line 19: | ||
</ | </ | ||
- | you should see that it runs by printing | + | if java is installed |
< | < | ||
Line 39: | Line 39: | ||
=== Setup the MIX Runtime Directory === | === Setup the MIX Runtime Directory === | ||
+ | |||
The MIX runtime should run as a dedicated " | The MIX runtime should run as a dedicated " | ||
To test as user " | To test as user " | ||
- | ftp the contents of the MIX directory on your development system to this " | + | ftp the contents of the MIX directory on your development system to this " |
===Setup MIX=== | ===Setup MIX=== | ||
Line 61: | Line 62: | ||
=== Run MIX=== | === Run MIX=== | ||
- | In the console window use runmix.sh to start MIX. | + | In the console window use sudo ./runmix.sh to start MIX. MIX needs to run with elevated privileges. |
+ | |||
+ | < | ||
+ | sudo ./ | ||
+ | </ | ||
If MIX starts up correctly it will be waiting for a deployment connection from MIStudio, or for a web browser connection. | If MIX starts up correctly it will be waiting for a deployment connection from MIStudio, or for a web browser connection. |