Openhab2 openhabmin installation - openhab

I'm new at openhab2.
Within my installation / website I cannot find the menu point
Extensions/User Interfaces
to install e.g. openhabmin
How can I activate the menu point or what do I have to install?
System: RPi 3, Weezy
Path: /usr/share/openhab2
thank you very much in advance and best regards
Andreas

If you have a running openHAB environment, the easiest way is to install additional UIs through the PaperUI.
Visit http://<openhabIP>:<port> which will bring you to the dashboard.
Default Port is 8080 and the IP depends on the way you installed openHAB
You can then navigate to PaperUI which is the default configuration UI.
In PaperUi navigate to Add-onsand then chose the USER INTERFACES category
There you can find all available UIs and install the UI of your choice
After succesful installation you can access the newly installed ui trough the dashboard
There are other options for the installation of add-ons like uis.
You can find an article about this in the docs.
https://www.openhab.org/docs/configuration/addons.html

Related

Cannot install/uninstall Drupal 7 module

I'm trying to install a modified version of the Rules HTTP Client module. But the problem is that I cannot install this because when I try to it tells me that "Rules HTTP Client" already installed.
So I tried to disable and uninstall the module first. I disabled it but then it is not listed in the uninstall tab.
I do not have access to the server on which the Drupal site is hosted so everything I do has to be through the admin dashboard on the site.
Previously I could just install a module and it would override the already installed module. Is there a way to uninstall this Rules HTTP Client module? And does anyone know why when disabled it does not show in the uninstall tab?
If the non-modified version doesn't appear in the uninstall tab, that's because it is already uninstalled or marked as uninstalled in database (you can check the schema_version in the system table, set to -1 means uninstalled).
However, the previous sources are probably still there and the former .info file in this case need to be removed or at least commented out depending on how you can access the server.

How to see what web server is running on my mac?

I'm trying to learn how to create a custom WordPress theme. I've been following a tutorial, and I was trying to install DesktopServer onto my MacBook Pro (to create a local environment.)
But I'm not able to install it because it's stating that
"It appears that you have another web server already running. DesktopServer cannot be installed. Check that you do not have Web Sharing turned on from your System Preference -> Sharing control panel or turn off and remove your other web server."
I've checked my Sharing settings, and nothing is enabled (including internet sharing.) So that must mean I have a web server already running. But I don't know what that would be.
Is there a way for me to find out what web server my mac is running?
And after that, is there a way for me to disable that so I could possibly use DesktopServer instead.
I've really good with writing HTML, CSS, Javascript, etc., but I'm pretty new to the server and hosting and stuff. I honestly don't understand everything yet.
I had the same problem, and the solution that worked for me was here:
https://zachgoll.github.io/blog/2018/serverpress-error/
By default, Mac OSX has an Apache server running in the background
which conflicts with Serverpress by default.
To turn it off, run sudo apachectl stop.

Best way to develop a WP-site on multiple machines

I'm busy working on my portfolio and I have a localhost setup. I use Wordpress as my CMS.
Since I'm not always home, I'd like to work on this project when on other machines (not on the same network, indeed).
What am I to do? Should I setup another localhost on the other computer and copy the wp files to over there? If so, how do I do that without mixing things up?
I've searched on Google for an answer but couldn't find any that solve my problem.
If the PCs at both locations run Windows, your solution would be to make a portable (USB stick/pen drive) installation of XAMPP + WordPress (+ your site).
A shortcut would be to make the portable XAMPP install, then install/use the Duplicator plugin (on the working site) to migrate it over to the USB drive, which will save you the trouble of installing WordPress.
https://wordpress.org/plugins/duplicator/
Once the portable install is ready, you just use it wherever, and your site will never go out of sync. :-)
Here is a nice guide to portable installation:
http://www.wpbeginner.com/wp-tutorials/how-to-install-wordpress-on-a-usb-stick-using-xampp/
Hope this works for you.

Setting up wordpress on Ubuntu 12.04

I have dual-booted my Win7 laptop with Ubuntu 12.04, and I'm trying to install Wordpress. I have installed Apache2, Mysql-Server, and Wordpress and I keep getting asked for ftp credentials when I try and install plugins/themes. I know how to install the themes etc. manually by downloading and unzipping into the correct folders, but this isn't a permanent solution.
I've tried uninstalling and reinstalling everything but I keep getting faced with tutorials on setting up virtual hosts and I'm not sure if I need to have one?
Can anyone point me to an easy to follow (for beginners) tutorial from scratch? Or tell me if I'm missing something?
My Wordpress site needs to be moved from local machine to a server when it's finished (I don't know the server yet so I can't just start using it) so I need it to be as easy to use as possible.
Yes, there are available tutorials for that.
Step 1-
Installing the server-
Installing the server
Initial Setup (Optional)
Step 2-
Installing Wordpress-
https://www.digitalocean.com/community/tutorials/how-to-install-wordpress-on-ubuntu-14-04

how do I use linux FS with plone

I don't wish to use Zope server. Would like to use the Linux file system instead of the user created folders in the site for the users created in any plone site. I am totally new to plone. Is there any good tutorial for the same?Need a very detailed guide.I have installed a standalone version of Plone.
You can try installing Products.Reflecto:
http://pythonpackages.com/package/products.reflecto
although I'm not sure if Plone 4 support has been added yet.
Plone can't run without Zope. When you install Plone it install Zope too. No need to do anything here.
What you want is having the same linux users on your Plone ?
For doing that, you could have an LDAP, your users on linux will be taken from your LDAP, and you just have to plug your Plone to the LDAP.
You can check this presentation : http://www.slideshare.net/claytron/ldap-auth
And take a look at : http://pypi.python.org/pypi/plone.app.ldap

Resources