installing zipped apllication on risc os
Adam Szewczyk (1967) 5 posts |
Greetings, |
Bryan Hogan (339) 592 posts |
I’ve never used WebJames, so it might have special requirements, but the general installation procedure for a RISC OS application is: - double click the zip file, a new Filer directory window will open That’s it! You could even run it from within the zip file, but for a web server that probably won’t perform very well. De-installation procedure Hence the big debate you will find on this site about whether package managers are particularly useful on RISC OS. |
Adam Szewczyk (1967) 5 posts |
Thanks for reply Bryan. I hope it was not too much. |
Tim Rowledge (1742) 170 posts |
Just so we can be pedantically sure of what is happening here, Adam, can you tell us the exact name of the application you downloaded, both the name used by the zip file and the app within it? I’m guessing the app will be !WebJames or similar. What Bryan wrote is really about it for most applications. Open the zip file, drag the application called !Thingamujig to some where on your main drive, let it copy, double-click with left mouse button on the copied application icon and it should start up. Middle-mouse button should open a menu that amongst other things ought to have an entry labelled ‘help’. To switch your keyboard, d-click on the !configure icon on the left side of the desktop. That will open up the equivalent of the ‘control panel’ and you’ll see a grid of icons including ‘keyboard’ – click on that and the next panel has a pull-down menu item right at the top. I’m using USA myself since I have a compact USA configured keyboard on my Pi. Don’t forget to click on the ‘Set’ button at bottom-right, or you’ll get fooled into thinking you’ve made the change without having really done so. RISC OS doesn’t save much to disc unless you explicitly cause it to; you can have assorted logging done but you’d need to install an app to do that. Once RISC OS has booted you can usually remove the SD card and it will be happy. I’m not going to guarantee absolutely no writing but I’ve never yet noticed any. To make an app start up at boot time we go back to the !configure app and click on !Boot. Click on ‘Run’ and drag the application to the list that opens up – click ‘Set’ in that panel, ‘Set’ in the main panel labelled ‘Boot sequence’, and you’re done. Assuming you’ve done any needed configuration of the app you should be golden. There’s a load of RISC OS Pi videos on youtube that might be worth spending some time perusing. |
Chris Johnson (125) 825 posts |
If we are considering !WebJames in particular, remember 1. WebJames does not install an icon on the iconbar, you will need to check in the task manager (click left mouse button on the raspberry at far right of iconbar to see list of active tasks) to ensure it is running. 2. The attributes file (!WebJames.attributes – to open the application as a folder hold down the left mouse button when you double click on the application icon in the filer) needs to be set up manually to point to the dir containing the web site you wish to serve. |
Adam Szewczyk (1967) 5 posts |
To All: |
Chris Johnson (125) 825 posts |
The simplest way is simply to use the local IP address of the pi, eg if it is 192.168.1.7 then use http://192.168.1.7/ to access the site. I sometimes use WebJames to serve some ’local’pages from the Iyonix, and it is accessible to the BB, Raspberry-Pi, and an old eePC (linux). |