bitnami

how to serve my own pages and not the default page on bitnami node server on google compute engine

房东的猫 提交于 2019-12-11 22:58:55
问题 I started a bitnami node server instance on the google compute engine. I uploaded my application files to the vm using filezilla. My application is located at /home/bitnami/Rockstar22 I have an app.js file in there, that's my node server file. I connect to a mongodb instance (in another instance in the same project) using mongoose. When I ssh into my instance and cd into this directory, I execute the following command, just as I would locally node app.js and it displays two console logs (for

EC2 - cannot deploy as “bitnami” user

泄露秘密 提交于 2019-12-11 04:46:11
问题 I am using Capistrano for deploying a Rails app to Amazon EC2. In the deploy files, I have following credentials for connecting to Amazon EC2: set :user, "bitnami" #set :user, "root" server "ec2-XX-XXX-XXX-XX.compute-1.amazonaws.com", :app, :web, :db, :primary => true ssh_options[:keys] = ["/Users/ada/my_amazon_ec2.pem"] When I run cap deploy:setup and cap deploy:check , I get following: The following dependencies failed. Please check them and try again: --> You do not have permissions to

MongoDB Auth Fails to find username on Bitnami MEAN Stack Image

荒凉一梦 提交于 2019-12-11 02:02:20
问题 Trying to run a web app (MEAN) on Amazon EC2 Instance but am encountering the following problem. Can anyone help me with this? node app.js The Server has started on 9091 /opt/bitnami/apps/YelpCamp/node_modules/mongodb-core/lib/auth/scram.js:128 username = username.replace('=', "=3D").replace(',', '=2C'); ^ TypeError: Cannot read property 'replace' of undefined at executeScram (/opt/bitnami/apps/SomeApp/node_modules/mongodb-core/lib/auth/scram.js:128:24) at /opt/bitnami/apps/SomeApp/node

PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format

余生颓废 提交于 2019-12-10 18:55:24
问题 I'm using an AWS EC2 Bitnami AMI : bitnami-lampstack-5.4.11-1-linux-ubuntu-12.04.1-x86_64-ebs (ami-aadf4cc3) I have a php file: <?php $im = new imagick(); $im->readImageBlob(file_get_contents("http://s3.amazonaws.com/bucket/file.jpg")); ?> That gives me the following error: PHP Fatal error: Uncaught exception 'ImagickException' with message 'no decode delegate for this image format `' @ error/blob.c/BlobToImage/361' in /opt/bitnami/apache2/htdocs/index.php:3 Stack trace: #0 /opt/bitnami

initdb.bin: invalid locale settings; check LANG and LC_* environment variables

£可爱£侵袭症+ 提交于 2019-12-10 14:51:50
问题 When I tried to install bitnami odoo 9 in my ubuntu system via terminal, I got the following error message. How to solve this issue? initdb.bin: invalid locale settings; check LANG and LC_* environment variables Thanks in advance! 回答1: The issue solved when i used the following commands LC_ALL="en_US.UTF-8" LC_CTYPE="en_US.UTF-8" 回答2: On the docker image I was using every single locale was commented out in the /etc/locale.gen file. Meaning no locale was setup, which was causing this error.

How can I tell what user Jenkins is running as?

时光怂恿深爱的人放手 提交于 2019-12-10 13:49:39
问题 I have a bitnami Jenkins VM, how do I tell what user Jenkins is running as? I suspect it is Tomcat. 回答1: I would use ps to get the uid of the process, and grep for that in /etc/passwd 回答2: You could also create a Jenkins job containing a shell script box with the "whoami" command. 回答3: Use this command to see under which process your Jenkins server works on: ps axufwwww | grep 'jenkins\|java' - To interpret the results, look for: jenkins 1087 0.0 0.0 18740 396 ? S 08:00 0:00 /usr/bin/daemon -

Bitnami VM虚拟机 GitLab8.1.4 使用笔记

末鹿安然 提交于 2019-12-10 01:29:52
bitnami VM https://bitnami.com/stack/gitlab/virtual-machine bitnami-gitlab-8.1.4-1-ubuntu-14.04.zip Version Size Checksum GitLab 8.1.4-1 (64-bit) 673 MB show GitLab8.1.4 GitLab Shell2.6.6 GitLab APIv3 Ruby2.1.7p400 Rails4.1.12 登录Gitlab服务器 在浏览器中输入虚拟机的IP地址 后弹出登录界面, 登录名为: user@example.com 密码:bitnami1 问题 不能启动SSH 用 /etc/init.d/ssh start命令不能启动SSH, 这会导致GIT客户端不能连接, PuTTY也不能远程登录。 D:\backup>git clone git@172.16.99.99:user/hello-world.git Cloning into 'hello-world'... ssh: connect to host 172.16.99.99 port 22: Connection refused fatal: Could not read from remote repository. 用以下方法解决: https://wiki.bitnami

bitnami-常见问题(Linux)

江枫思渺然 提交于 2019-12-09 20:53:07
什么是Bitnami本机安装程序? Bitnami本机安装程序包含运行Bitnami打包应用程序所需的一切。下载后,您可以启动它,它将提供一步一步的向导。堆栈中包含的所有软件的安装和配置都是完全自动化的,这使得每个人(包括技术不太熟练的人)都可以轻松地启动和运行。 所有Bitnami本机安装程序都是完全独立的,并且独立于系统上安装的其他软件或库运行。这意味着您不必担心在系统上安装任何其他软件以使新应用程序正常工作。它们也不会干扰您系统上已安装的任何软件,因此您运行的所有软件都将继续正常运行。 Bitnami堆栈和Bitnami模块有什么区别? Bitnami安装有两种格式:独立堆栈和模块。 如果您只想安装一个Bitnami打包的应用程序,那么只需下载并安装堆栈即可。它将包含运行应用程序所需的一切。 如果要运行多个应用程序,可能需要下载 LAMP , MAMP 或 WAMP 堆栈,这样您就可以在其上安装多个应用程序模块。这样,您想要运行的所有Bitnami打包的应用程序将共享一个Apache,MySQL和PHP的实例,这将节省空间并提高性能。 要下载Bitnami堆栈或模块, 请访问Bitnami下载页面 ,选择要安装的应用程序,然后单击操作系统图标(Windows,Linux或Mac OS X)的下载链接。 本机安装程序的系统要求是什么? 要使用本机安装程序安装Bitnami堆栈

reset/change mysql root password

一世执手 提交于 2019-12-09 03:51:02
问题 How to reset/change mysql root password in bitnami wamp stack? I trying this solution but this not working for me. In the bitnami folder no have file \bin\mysqld-nt.exe 回答1: resolve the problem: 1. stop service wampstackMySQL (From the Start menu, select Control Panel, then Administrative Tools, then Services) 1. in windows cmd code: E:\Bitnami\wampstack-5.4.34-0\mysql\bin\mysqld.exe --defaults-file=E:\Bitnami\wampstack-5.4.34-0/mysql\my.ini wampstackMySQL --init-file=E:\mysql-init.txt mysql

How do I point at our new SVN repository with an SVN Client like TortoiseSVN?

拈花ヽ惹草 提交于 2019-12-08 12:18:06
问题 We are migrating from an older Bitnami Trac Stack on a Linux server in a Virtual Box VM to a new Windows native Bitnami Trac Stack on the same server. I've got both our repositories hotcopied, synched, upgraded and configured, etc. on the new server instance. By that I mean I can view both SVN source and Trac tickets migrated from the old instance on the new in a browser. However, I can't view the repositories from a client like TortoiseSVN because I don't know how to reference it. I'm using