Questions tagged [nanoboxio]

Nanobox.io is an app deployment & management service.

Nanobox is a cloud platform for deploying your own containerized apps written in a variety of languages and frameworks, including but not limited to Ruby, Elixir, Go, Rust, Python, Javascript, Scala, NodeJS and more.

12 questions
3
votes
0 answers

In Nanobox, pip install encountered NewConnectionError. Unable to install packages using pip.

I installed nanobox for my local computer which runs Ubuntu 18.04.1. Nanobox uses native docker. So, I installed Docker version 18.06.1. I was able to run nanobox which uses boxfile.yml file which tells nanobox to run python engine. After that I…
Dinesh Sonachalam
  • 1,223
  • 19
  • 33
2
votes
2 answers

Nanobox block on "Syncing app over previous deploy..."

I'm trying to deploy my apps with nanobox, but two last days, script is blocked on "Syncing app over previous deploy..." step. I try with nanobox deploy myapp -vvv, after even nanobox implode. I try with another apps, but the problem persists. Also,…
pablorsk
  • 3,861
  • 1
  • 32
  • 37
2
votes
0 answers

Rails CPU over 100% After being Deployed

Alright so I have deployed my app via Nanobox and am the last stage. I am using postgresql for my database, Ruby on Rails as my framework, and AWS for our server. Everything for this app works perfect Locally localhost:3000 It appears my CPU Usage…
1
vote
1 answer

How to run bitbucket pipeline to deploy php based app on nanobox

I am trying to setup bitbucket pipeline for a php based (Laravel-Lumen) app intended to be deployed on nanobox.io. I want this pipeline to deploy my app as soon as code changes are committed. My bitbucket-pipelines.yml looks like this image:…
0
votes
1 answer

Nanobox Documentation Break After Rails 5.1 for boot.rb

Copying the boot.rb code will break after 5.1 require 'rails/commands/server' module Rails class Server alias :_default_options :default_options def default_options _default_options.merge!(Host:'0.0.0.0') end end end
bradpotts
  • 329
  • 1
  • 14
0
votes
1 answer

How to add mongodb in nanobox boxfile.yml

I tried to config nanobox and aws. Follow https://guides.nanobox.io/ruby/rails/add-a-database/ but no document about: How to connect with mongodb in boxfile.yml My App run in Rails 5, ruby 2.5 with Mongodb and try to use nanobox with aws. Here what…
PKul
  • 1,691
  • 2
  • 21
  • 41
0
votes
1 answer

visudo nopasswd does not work for my command

I have tried most of the solutions to the other available questions, so please do not refer to them. None of them cover my case. I am on Ubuntu-16.04 and I am trying the following command to run without password prompt: /usr/local/bin/nanobox run…
user1329187
0
votes
1 answer

Nanobox multiple https certificates

I just deployed my side project and I'm adding the HTTPS certificates. I was able to setup the certificate for the root domain but it looks like it's impossible to add it to my subdomain www - The UI's dashboard only let you setup one domain. I ask…
Jeremie Ges
  • 2,747
  • 3
  • 22
  • 37
0
votes
0 answers

Django admin 'Post' object has no attribute 'publish'

I want to create admin backend with django modules/blog/admin.py from django.contrib import admin from .models import Post # Register your models here. admin.site.register(Post) I except to Add new blog post content when i click…
0
votes
0 answers

Postgresql Connection Error tcp connect (localhost:5432): connection refused

I'm playing around with Nanobox for the first time, trying to launch an Elixir app. I have been able to run the app locally ok, but I'm failing with launching a 'dry-run' with nanobox deploy dry-runand I get the following error: ! FAILED TO…
Simon Cooper
  • 1,574
  • 4
  • 24
  • 53
0
votes
2 answers

How to make angular 4 live reload to point to the correct address?

I have an angular 4 application which is set up in Nanobox. On the local machine it runs on localhost:4200 on the Nanobox I run it on http://172.21.0.5:4200/ as per Nanobox suggestion. When the application load in http://172.21.0.5:4200/ I get this…
Mr H
  • 5,254
  • 3
  • 38
  • 43
0
votes
1 answer

Phoenix umbrella app with sub-domains on the same port

I'm trying to create a Phoenix umbrella project with several apps on the same port. With my current config I receive this error: ⧕ /m/i/d/p/e/portfolio on master * ⟩mix phoenix.server …