Jfrog insight service is not running - jfrog-mission-control

I am trying to install jfrog insights by following official documentation of jfrog "https://www.jfrog.com/confluence/display/JFROG/Installing+Insight#InstallingInsight-ManualDebianInstallation"As you see in the image
Installation debian package . Elastic search is running as well as PostgreSQL is also runnning

Related

AWS Elastic Beanstalk RDS MacOS mysqlclient not working

I'm trying to set up an application with Django through Elastic Beanstalk and MySQL through RDS. I can successfully use the application on localhost with the MySQL RDS database. When I deploy, I have problems.
I get
"111: Connection refused"
but maybe more importantly
"mysql_config: command not found, mariadb_config: command not found, mysql_config: command not found"
Posts on here talk about using yum in a packages.config file, I tried those suggestions without success. Isn't yum for use on operating systems other than MacOS?
I followed the instructions here: https://pypi.org/project/mysqlclient/
And of course mysqlclient is in my requirements.txt
Obviously I need the files mentioned above, but how do I get them?
mysqlclient is just like a python wrapper, and it needs the MySQL client binary (and other required tools) installed on the OS. The binary installation varies based on the server OS.
I believe by what you said MacOS is your computer OS, not the server OS, right? You must check your Elastic Bean configuration and install the required binaries based on your Elastic Bean OS. For knowing what the required binaries are, you can refer to the mysqlclient docs (Windows, Linux, MacOS)
Taking an example from an SO answer, one of yaml config to install the binary:
packages:
yum:
python3-devel: []
mariadb-devel: []

Install Dreamfactory on Xampp

I have been trying to install Dreamfactory on Xampp but can't find a single article on how to do so.
Purpose: To generate REST API in php with mysql.
What I have tried:
Initially I installed windows version of
Dreamfactory from official site. It was installed successfully but it don't allow access to MYSQL database in free version. Paid version is out of my budget, so I tried with Xampp. I downloaded open-source version from
Github. After extracting it, executed php artisan serve in xampp command shell as mentioned on Dreamfactory Wikipedia Installation guide. This resulted in following error:
Warning: require(D:\xampp\htdocs\sandbox\dreamfactory\public/../vendor/autoload.php): failed to open stream: No such file or directory in D:\xampp\htdocs\sandbox\dreamfactory\public\index.php on line 24
Fatal error: require(): Failed opening required 'D:\xampp\htdocs\sandbox\dreamfactory\public/../vendor/autoload.php' (include_path='D:\xampp\php\PEAR') in D:\xampp\htdocs\sandbox\dreamfactory\public\index.php on line 24
As mentioned in Git documentation, they have given installation procedures for Ubuntu and Debian. Further more, they have mentioned about Bitnami official installation software, but non for XAMPP or stuff like that.
Question:
Is there any way we can install Dreamfactory on XAMPP? If yes, how so!
I'd venture it's going to be fairly difficult task to run DreamFactory on XAMPP because DreamFactory requires quite a few dependencies which are not installed on XAMPP by default.
Your best bet would be to run the Bitnami for DreamFactory environment, or alternatively use Docker. Both can be downloaded from the DreamFactory website downloads page. Alternatively, if you'd like to run DreamFactory in a VM, the OSS download README points to automated installers for Debian and Ubuntu. Additional installers for CentOS and Fedora are found here, they work great however we just haven't moved them into the official distribution yet.

Can a Tomcat7/Java/Mysql/Ant application run on Openshift? If so, how to install the jdbc driver?

I'm trying to install OpenGTS on Red Hat's Openshift cloud platform.
OpenGTS is a Java/Tomcat7/Mysql/Ant application, so I created a JbossEWS app on Openshift, installed the standard Mysql cartridge, and an Ant cartridge I found online.
Our application does not have to be scalable, so that's what I chose.
I add a call to Ant in Openshift's build hook.
So far it has been impossible to install the jdbc driver however:
As I'm using Ant, I deleted the pom.xml for Openshift's standard Maven.
Neither is there a standalone.xml in JbossEWS. (There is one for JbossEAP).
Java's ext/lib directories are not accessible on Openshift.
So I copied the jdbc driver jar in $OPENSHIFT_DATA_DIR,
but nevertheless, when started, JbossEWS complains it cannot find a suitable jdbc driver for Mysql.
Is it even possible to run OpenGTS on Openshift?
It is comment about above question so we are following this link.
Here is the link https://blog.openshift.com/jndi-tomcat-configuration-howto/
And also catalina.properties file
common.loader=${catalina.base}/lib,${catalina.base}/lib/.jar,${catalina.home}/lib,${catalina.home}/lib/.jar,${catalina.home}/../app-root/data/*.jar

how to install ejabberd on amazon ec2 using ssh

I am trying to install ejabberd on Amazon ec2 dedicated server. The machine is Amazon Linux AMI 2014.09.2 (HVM). Can anyone help me regarding this thing.
ejabberd installation is fully documented on ejabberd documentation site: ejabberd installation.
The easiest approach is to download binary installer from official ejabberd download page, to make it executable on you Linux server and to run the installer executable. For example:
chmod +x ejabberd-15.07-linux-x86_64-installer.run
./ejabberd-15.07-linux-x86_64-installer.run
There is nothing Amazon EC2 specific.

openshift piwik quickstart

I tried deploying piwik on OpenShift through their web-based quickstart. It installs fine but when I click through the configuration steps via the newly created site, it fails on the 2nd step:
Error: PHP version > 5.3.3 required
However the system also reports that the version of PHP installed is 5.3.3
Any ideas what could be the issue?
Thanks
I updated the QuickStart to use PHP 5.4 and MySQL 5.5. Try again now :)
Here's the link to the updated QuickStart on OpenShift Hub: https://github.com/openshift/piwik-openshift-quickstart