Questions tagged [bitnami]

Bitnami is a library of popular server applications and development environments that can be installed with one click, either in your laptop, in a virtual machine or hosted in the cloud.

1759 questions
6
votes
5 answers

I currently run my amazon ec2 instance on port 3000. I want to run it on port 80 instead. How can I do it?

I have a node.js app that runs on port 3000. I deployed it on amazon web services (ec2) and it works over there. My server.js file says: var port = process.env.PORT || 3000; (...) app.listen(port); console.log('App listening on port ' +…
user3766930
  • 5,629
  • 10
  • 51
  • 104
6
votes
1 answer

How to deploy a nodejs application to google cloud?

I'm trying to deploy a nodejs application to google cloud, I've posted several SO questions about the errors I've been getting and how to fix them. Let me illustrate my endeavours... problem 1) I tried following the tutorial, the hello world app…
Rockstar5645
  • 4,376
  • 8
  • 37
  • 62
6
votes
3 answers

Where to put website files in Bitnami LAMP Ubuntu server

Wheres the default folder in Bitnami LAMP? The server is running but I dont know where to put my html files? I mean in comparison with XAMPP and WAMP, the default is you put it on xampp/htdocs/ or wamp/www/. I've tried using the…
mackth
  • 112
  • 1
  • 1
  • 10
5
votes
2 answers

Apache Kafka in kraft mode fails frequently

We have created a 3 node kafka-3.3.1 cluster in kraft mode. This is based on bitnami-kafka image. Basic configuration for all nodes are (port number is different for each and other changes as required) KAFKA_ENABLE_KRAFT: 'yes' …
donnie
  • 2,981
  • 2
  • 16
  • 24
5
votes
2 answers

Thanos-Query/Query-Frontend does not show any metrics

Basically, I had installed Prometheues-Grafana from the kube-prometheus-stack using the provided helm chart repo prometheus-community # helm repo add prometheus-community https://prometheus-community.github.io/helm-charts # helm install…
vjwilson
  • 754
  • 2
  • 14
  • 30
5
votes
5 answers

AWS LightSail SSH says UPSTREAM_NOT_FOUND And Also not able to connect by PUTTY

ssh -i "LightsailDefaultKey-ap-south-1.pem" bitnami@[ip-of-lightsail-instance] ssh: connect to host 6[ip-of-lightsail-instance] port 22: Connection timed out UPSTREAM_NOT_FOUND An error occurred and we were unable to connect or stay connected to…
5
votes
6 answers

Error "Could not find 'java' executable in JAVA_HOME or PATH" while installing sonar-scanner with sonarqube google compute instance

I've been trying to configure sonarqube to work with cloud build trigger and want to use bitnami's sonarqube compute instance installation but when I installed sonar-scanner using this guide:…
5
votes
3 answers

How to pass extra configuration to RabbitMQ with Helm?

I'm using this chart: https://github.com/helm/charts/tree/master/stable/rabbitmq to deploy a cluster of 3 RabbitMQ nodes on Kubernetes. My intention is to have all the queues mirrored within 2 nodes in the cluster. Here's the command I use to run…
Bogdan Minciu
  • 428
  • 1
  • 5
  • 13
5
votes
1 answer

How to find mongodb connection string in Google cloud Compute Engine VM Instance (Bitnami)

I have used mLab previously with below connection string. Now I am hosting my app in Google App Engine with my mongodb instance on Google Compute Engine using Bitnami. When I create a instance, I couldn't find the connection string. mLab connection…
5
votes
2 answers

remove port no 3000 requirement from aws ec2 instance

I have hosted my MEAN project over aws ec2 (mean bitnami hvm) instance. It is running on port 3000 and I am able to access my instance in the following way: ec2-xx-xx-xx-xx.amazonaws.com:3000 I want to access the instance without the port number…
Sahil Chauhan
  • 185
  • 1
  • 13
5
votes
2 answers

How to update Bitnami LAMP stack?

I'm running a few Bitnami LAMP stacks and so far it's been very convenient and most things work as expected. I've been searching for information on how to update Apache, MySQL, and PHP. They're installed in the /opt/bitnami/ directory and they don't…
Matt
  • 93
  • 1
  • 6
5
votes
1 answer

Creating a sub-domain in AWS EC2 Bitnami Wordpress instance

I'm trying to create a sub-domain for a website hosted on a single AWS EC2 instance. I used a bitnami single site wordpress image. I know I probably should've used a multisite image but I'm wondering if there's any way I could facilitate a…
5
votes
1 answer

Having problems changing the default URL to root in wordpress

I created a server on Bitnami hosting and installed Wordpress on my EC2 instance. I am facing two issues now: I am able to access my wordpress website using http:///wordpress but I want it to be accessed directly by visiting…
shripadsrd
  • 101
  • 1
  • 7
4
votes
2 answers

0/1 nodes are available: 1 node(s) didn't have free ports for the requested pod ports when start the promethus exporter

After I install the promethus using helm in kubernetes cluster, the pod shows error like this: 0/1 nodes are available: 1 node(s) didn't have free ports for the requested pod ports. this is the deployment yaml: apiVersion: v1 kind: Pod metadata: …
Dolphin
  • 29,069
  • 61
  • 260
  • 539
4
votes
1 answer

Bitnami (Moodle) container won't run on M1: "Couldn't create the mpm-accept mutex"

I want to run a Bitnami container on Apple M1. My question is about Bitnami Moodle, however, I suspect my problem to be rather general as it occurs when starting Apache. error message: (95)Operation not supported: AH00023: Couldn't create the…
Pida
  • 928
  • 9
  • 32