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
0
votes
0 answers

How to access phpmyadmin in cloud

I have deployed my xampp server to the Google cloud using bitnami tutorial. The next day when I try to access 127.0.0.1:8888/phpmyadmin/ I can't seem to. I initiated ssh using puTTy and I have the welcome page like so. I am getting the "Unable to…
The_Martian
  • 3,684
  • 5
  • 33
  • 61
0
votes
1 answer

Syntaxis variable environment ubuntu, bitnami

Please help!! I 'm using bitnami , based on Ubuntu , and I would like to know what the syntax and routes to add environment variables and use them in node.js
0
votes
0 answers

pg_connect relation doesn't exist although the table is in database and both are lowercase?

Here's the table definition in the database, I can insert rows no problem with PG Admin CREATE TABLE contact ( id serial NOT NULL, user_name character varying(50) NOT NULL DEFAULT ''::character varying, first_name character varying(50), …
Mideel
  • 17
  • 6
0
votes
1 answer

Configure Apache to serve different play applications on single domain

I have three applications implemented with Play! framework. I would like to run these apps on a single domain but different urls. For example: First app: www.example.com Second app: www.example.com/second Third app: www.example.com/third I am…
0
votes
2 answers

Bitnami LAMP composer Syntax errror, in Installer.php unexpected ':', expecting ';' or '{'

Bitnami Lampstack lampstack-5.6.18-0; Composer version 1.0-dev; Symfony 2.8.*. running cmd: composer require package gives Syntax error, unexpected ':', expecting ';' or '{' in…
olga
  • 959
  • 1
  • 15
  • 42
0
votes
1 answer

Magento 2: Error when listing customers or adding a new one

First of all, I am not an expert on Magento, but have been working with it for the last 3 months. I have just deployed an azure machine with Bitnami Magento 2.0.2. Everything was going perfect but when I try to "register as a customer" on the…
0
votes
1 answer

How to test Https connections locally Apache

I think I may have a misconception I am trying to include https in my local settings so that I dont have to keep changing every link in my application from http to https every time i upload it to my web host. I had downloaded bitnami for my local…
alaboudi
  • 3,187
  • 4
  • 29
  • 47
0
votes
1 answer

Cannot view issue details after installing Redmine issue-id plugin

I have installed the "issue-id" plugin to Bitnami Redmine 3.1.1 running on Windows Server 2012R2. Issue Ids have successfully changed for the new ones like "Project-1" on the issue list. (/projects/{Project Name}/issues) However link URLs to issue…
jungal
  • 1
  • 1
0
votes
1 answer

I have installed XAMPP.Now I am trying to install Wordpress and it is asking for a password. I dont understand which password to exactly use here

The above bitnami wordpress module needs a password. I am not aware of which password to give here. Please help.
0
votes
0 answers

500 Internal Server Error after remove addon Odoo V8

I uninstalled an addon by mistake and has caused me an internal server error, the log file reads: 2016-01-07 00:26:27,355 8253 CRITICAL bitnami_openerp openerp.service.server: Failed to initialize database `bitnami_openerp`. Traceback (most recent…
0
votes
0 answers

Installed elasticsearch on EC2. Now how to connect it with my wordpress site?

Default search performance on my wordpress site is quite disappointing. So i wanted to have my search box powered by elasticsearch as advised in numerous blogs. I installed elastic search on my existing t2 micro-instance with the help of bitnami…
0
votes
1 answer

Bitnami ownCloud 8.1.1-0 theme

I was trying to apply style changes like logo, header to my owncloud project. From vm instances in compute Engine I could only see SSH and cannot see any files section / remote desktop option to replace any of the files to change the theme. Any…
0
votes
1 answer

Magento base_url reset every time I reboot the EC2 instance

Looks like there is a script running every time I reboot the Magento EC2 instance. How do I stop the script or change it to something else? Thanks
sreejith
  • 68
  • 7
0
votes
1 answer

Bitnami Django Stack admin site does not work

I have Bitnami Django stack version 1.8.7-2 installed. I have created a TryDjango Project. The default project is Project. But when I access http://127.0.0.1:8888/TryDjango/admin/ It shows me the view break: And when I'm logged in. It throws me…
juanpscotto
  • 990
  • 1
  • 13
  • 32
0
votes
1 answer

How switch port 8080 to port 80 in Nginx Bitnami

I am using Nginx Bitnami stack on my local Mac. Nginx works on port 8080. How can change port 8080 to port 80. It works localhost:8080 but i need localhost. I am using this config. # HTTP server server { listen 8080; …
Ashok Bhamla
  • 7
  • 1
  • 8
1 2 3
99
100