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.
Questions tagged [bitnami]
1759 questions
3
votes
1 answer
No Write Access on Wordpress Folder permissions for Bitnami running on AWS
I recently migrated my Wordpress sites to Bitnami on Amazon Web Services. Everything it up and running from the user's perspective, but I'm struggling with a minor permission issue with the themes folder. When I download (or upload my own) theme,…

Jennifer MacDonald
- 67
- 1
- 8
3
votes
3 answers
AWS: add key pair after creating instance
I'm new to AWS.
I created an instance on EC2. It's a Bitnami Wordpress install.
I didn't realize that I needed a key pair, and when I added one after the fact, it does not allow me to connect. I get "Permission denied (publickey)."
Can I disconnect…

webguy
- 664
- 10
- 27
3
votes
2 answers
Laravel schedule:run command is not working
I am setting background schedule in laravel on live server (Linux). I am using bitnami. But schedule:run is not working when i am using comand like this:
* * * * * /opt/bitnami/php/bin/php /opt/bitnami/apache2/htdocs/turnfitter/artisan schedule:run…

Kaleem
- 191
- 2
- 10
3
votes
0 answers
Jenkins CI - SSL CA error
NOTE: This is .NET Core on Linux (Ubuntu)
I am setting up some CI infrastructure for .NET Core code and am running into a strange issue. Specifically, when it comes to package restore (dotnet restore).
The Jenkins instance that I am running is…

Den
- 16,686
- 4
- 47
- 87
3
votes
1 answer
Django Models not showing in Admin.py
I have looked through the other answers extensively, but I just know this is going to turn out to be a silly oversight on my part.
I am a noob on an AWS Bitnami stack. Just trying to make of simple model show up in my admin.
Models.py:
from…

Benjo
- 31
- 2
3
votes
2 answers
Amazon EC2 instance of Bitnami MEAN - how to host app on port 80?
I'm running Bitnami MEAN on an EC2 instance. I can host my app just fine on port 3000 or 8080. Currently if I don't specify a port I'm taken to the Bitnami MEAN homepage. I'd like to be able to access my app by directly from my EC2 public dns…

Forest Hughes
- 143
- 1
- 3
- 12
3
votes
3 answers
Apache with Angular2 - 404 Not Found
I have deployed an Angular2 application on an AWS server with Bitnami image.
The application is served by Apache (configured with a virtual host on port 8080) and works fine as long as I start from index.html. If I want to access a different page…

Picci
- 16,775
- 13
- 70
- 113
3
votes
3 answers
New Project is not recognize by the Bitnami Django Stack server
I followed these steps,
https://wiki.bitnami.com/Infrastructure_Stacks/BitNami_Django_Stack#How_to_create_a_new_Django_project.3f
and I created a new Project succesfully. But when I go to localhost/SevenERP/product_app, it throws me this error:
Not…

juanpscotto
- 990
- 1
- 13
- 32
3
votes
0 answers
The 'Access-Control-Allow-Origin' header contains the invalid value 'null'
I have a Symfony2 application which I am trying to set up using the Nelmio CORS bundle. I am running this on an apache server (BitNami mampstack).
No matter what I do, I keep getting this error logged to my browser's console:
XMLHttpRequest cannot…

Ravioli87
- 795
- 13
- 34
3
votes
1 answer
MampStack stopped working after upgrading to Yosemite and Xcode 6.3.2
My installation of MampStack (Version 5.3.10) stopped working after upgrading to Yosemite and Xcode 6.3.2
In the log I have these type of errors:
dyld: Symbol not found: __cg_jpeg_resync_to_restart
Referenced from:…

maxdangelo
- 3,063
- 5
- 21
- 25
3
votes
3 answers
how to run a static site on bitnami and AWS?
I am quite a noob when it comes to cloud based apps, this is a completely new context for me. I currently got the github education pack, part of it was an account on bitnami. I was wondering if it's possible to host a static html site on bitnami, I…

Nour
- 777
- 1
- 8
- 25
3
votes
2 answers
Jenkins does not start properly after reboot on GCE
If I need to restart Jenkins due to installing a plugin for instance the slaves are never turned on. I am using Google Compute Engine. I followed this tutorial:
https://cloud.google.com/tools/repo/push-to-deploy
Using this to create the Jenkins…

LuckyLuke
- 47,771
- 85
- 270
- 434
3
votes
1 answer
turning magic quotes off in bitnami stack
I have bitnami stack on EC2 instance, I want to turn off magic quotes, but in the php.ini I cant find the option to turn off.
I have seen how to turn off magic quotes through code but if I do
echo 'Value for '.get_magic_quotes_gpc();
It only echoes…
user1765876
3
votes
1 answer
ssh-add error "Could not connect..." even after eval ssh-agent
Trying to pull from a git repo, I get this error when doing so:
Permission denied (publickey)
fatal: The remote end hung up unexpectantly
So I try and ssh-add my keyfile, to do this I do:
eval ssh-agent
ssh-add ./bitnami/.ssh/keyFile
and get…

PandemoniumSyndicate
- 2,855
- 6
- 29
- 49
3
votes
2 answers
Gitlab 5.4 - cannot push (SocketError)
I got GitLab 5.4 using Bitnami Stack 5.4.0-0
After creating user, login and adding key, when pushing to new repository
git@gitlab.funshion.com:gitdemo1/gittest1.git: /opt/bitnami/ruby/lib/ruby/1.9.1/net/http.rb:763:in `initialize': getaddrinfo:…

Paul Verest
- 60,022
- 51
- 208
- 332