Using both ownCloud and Adafruit’s WebIDE on the Raspberry Pi

Long story short, I installed both of the aforementioned programs on my Raspberry Pi but, in doing so, I was able to navigate to only ownCloud. After doing some digging around the internets, I found the solution.

Using both ownCloud and Adafruit’s WebIDE on the Raspberry PiAs  smithg400 on Raspberry Pi’s forums pointed-out, both WebIDE and ownCloud listen for connections on port 80 of their local networks, and that the solution is to change one of them; in this case, the default port for WebIDE.

To do that, open a Terminal window and navigate to the config directory of the WebIDE installation folder by typing

cd /usr/share/adafruit/webide/config

Then type

sudo nano config.js

Using both ownCloud and Adafruit’s WebIDE on the Raspberry Pi CodeYou want to change the port number to something else. In this case, I changed it from “80” to “8080”, like this:

Now press

CTRL + X

to exit, then type Y

to accept the changes. Now open a browser and log-in like you normally would to WebIDE. Just type in your RPi’s address followed by the port, like this:  192.168.xx.xx:8080

 

For more detail: Using both ownCloud and Adafruit’s WebIDE on the Raspberry Pi


About The Author

Ibrar Ayyub

I am an experienced technical writer holding a Master's degree in computer science from BZU Multan, Pakistan University. With a background spanning various industries, particularly in home automation and engineering, I have honed my skills in crafting clear and concise content. Proficient in leveraging infographics and diagrams, I strive to simplify complex concepts for readers. My strength lies in thorough research and presenting information in a structured and logical format.

Follow Us:
LinkedinTwitter

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top