Questions tagged [nitrousio]

NitrousIO was a cloud IDE. It allowed people to develop in a variety of frameworks and languages as Python and Ruby well as provided users with template containers like Django and Meteor that helped users get started with development quickly.

Nitrous was a full fledged Online IDE that allowed people to develop on the cloud in containers. It allowed people to develop in a variety of frameworks and languages as Python and Ruby well as provided users with template containers like Django and Meteor that helped users get started with development quickly.

242 questions
2
votes
0 answers

Nitrous port 3000 SSL & rails configuration

I have a Nitrous box. I'm developing an app with Rails 4. I use Preview Port 3000 (SSL) to exercise the app. The box responds on https ://#{name}.#{zone}.nitrousbox.com when using the port 3000/SSL settings. Yay! Just what I wanted. But this mean…
JezC
  • 1,868
  • 17
  • 19
2
votes
3 answers

How do I configure git on a nitrous io box to deploy to AWS Elastic Beanstalk?

I have a ruby application developed on a Nitrous IO box that I'm trying to deploy to an existing AWS Elastic Beanstalk application. Git is configured on my Nitrous box and running "git status" returns: # On branch master # Your branch is up-to-date…
2
votes
1 answer

Get error node.js mongodb cannot read property 0 of null for records after successfull insert

I used db.collection.insert method to add a document in mongodb with function(err,records) callback. Though insertion succeeds (I checked on mongolab the record), records is null so that It throws error at records[0]._id Is it a node.js bug on…
user310291
  • 36,946
  • 82
  • 271
  • 487
2
votes
4 answers

Nitrous IO desktop not syncing files

I can't get Nitrous IO desktop downloading my remote files on the server into my machine, when I launch it for the first time. I've just downloaded Nitrous io desktop, logged in, had a look at my boxes, but when I switch "Files sync" on, it says…
polpopny
  • 23
  • 3
2
votes
2 answers

Getting Crontab to work on Nitrous

I am quite new to nitrous and programming in general. However, I wanted to see why my crontab job isn't doing anything on Nitrous.io. I am using a virtualenv and I am in the understanding that you can run them on crontab. THis is my cronline: 10…
user2164689
  • 395
  • 4
  • 13
2
votes
0 answers

Alternatives to month-by-month Nitrous.IO billing

Are there any alternatives (or plans to create them) for quarterly or annual billing for Nitrous.IO? It works great for our company, but is supported on a "file an expense report each month for your bill" - which isn't great for the developers(we…
2
votes
1 answer

do I lose my N2O if i pay for a few months and then go off the paid plan (back to free)

I currently have a free nitrous.io account with a single box that runs off of N2O I acquired simply by signing up and getting other people to sign up. If I start on the $10/mo pay plan (so that I can avoid having my box automatically shut off) and…
newton10471
  • 157
  • 8
2
votes
1 answer

Nitrous IO server - Can not search in whole application in nitrous box - Find in Folder option missing

I am not finding any way to search in whole application in my nitrous box. Basically I am looking for "Find in Folder" search option using which I can search for any string in my whole app. Also I am not able to open a particular file. In sublime we…
Dinesh M
  • 103
  • 2
  • 9
2
votes
1 answer

Change default shell on nitrous.io box?

On a nitrous.io drogo box, how do I change the default shell to zsh when I ssh in? I do not have write access to /etc/passwd, and I cannot sudo.
Joe Fiorini
  • 641
  • 5
  • 15
2
votes
2 answers

VPNC and sudo access on Nitrous.io

I am thinking of using Nitrous for development, but I need at times to connect to resources that are on my network at work. With sudo access ( I assume you have to pay for this ) can you install whatever you want on your box, like VPNC or Oracle…
frugardc
  • 440
  • 1
  • 4
  • 13
2
votes
1 answer

Using NPM on a Nitrous box setup for Go

I'm developing a web application in Go on Nitrous.io and i want to install Less for css compilation. Is there a way of installing NPM on a Nitrous box setup for Go development?
2
votes
1 answer

Running cucumber on Nitrous.io

I have a rails app and I am using a nitrous.io box to develop it. I am trying to run my cucumber features but I am getting an error because firefox is not install. I tried to install firefox but the security settings of the box does not allow me to…
NicoPaez
  • 426
  • 2
  • 12
2
votes
2 answers

How do you preview/ run a Java program in Nitrous.IO?

I am just starting to use Nitrous.IO and I can't seem to find any information on the web on how to run Java programs you make in it. Any help on how to run a java app made in Nitrous would be a huge help.
Neil M.
  • 689
  • 1
  • 8
  • 17
2
votes
1 answer

Controlling tmux in the web based terminal

I am attempting to use tmux from the web based terminal. I am running into the problem that my prefix key seems to be ignored (or, more probably, consumed by the browser or some such). If I ssh into the box, then controlling tmux works just fine. By…
2
votes
1 answer

SSL/HTTPS on nitrous

Is it possible to run a dev https server on nitrous? Basically, I'm attempting to do this on a nitrous box, and while the server seems to run, requests time out and are not received. According to nitrous docs, port 443 is not allowed? After some…
delemach
  • 53
  • 1
  • 6