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
1 answer

Forward Slash Breaking Url.py

I am a newbie please be gentle. I am using Nitrous.io and Django 1.5. I am experiencing some weird occurrences and was looking for some explanation. I am not sure if it is a piece of Middle-ware or my newbism that is causing problems (my money is on…
Justin
  • 885
  • 9
  • 19
2
votes
3 answers

How Do I Set Up The MEAN (Mongo, Express, Angular & Node) stack on Nitrous.IO

I using the upcoming weekend to check two things off of my 2013 project list: Give Cloud Development A Try Try ANGULAR.JS My game plan is to set up the MEAN stack on Nitrous.IO and then use the stack to complete one of the many Angularjs tutorial…
Mutuelinvestor
  • 3,384
  • 10
  • 44
  • 75
2
votes
1 answer

Ruby on Rails Assets are not loading with Nitrious.io

I have an existing app working on Nitrous.io, but when I preview it, the html loads, but not the assets, i.e. the images, javascripts etc do not load.
Obromios
  • 15,408
  • 15
  • 72
  • 127
2
votes
1 answer

nitrous.io and mysql workbench

I've installed MySQL using the instructions on nitrous.io using autoparts. Once installed and running, is it possible to use your local MySQL workbench to connect to the MySQL Server installed on that nitrous.io environment? So you could ssh into…
Kevin
  • 3,441
  • 6
  • 34
  • 40
2
votes
1 answer

Using Github with Nitrous.io

https://www.nitrous.io/join/GtIJ6P6P2WA Trying to figure out what would be the best settings to setup a rails 4 app on nitrous.io and use github to back it up.
jemiloii
  • 24,594
  • 7
  • 54
  • 83
2
votes
2 answers

Nitrous.io:moving rails app to mysql

I need to move my app from sqlite to mysql. I followed that guide http://help.nitrous.io/mysql/ installed mysql, here is my yaml file developement: adapter: mysql2 encoding: utf8 database: dev-db pool: 5 timeout: 5000 test: adapter:…
Euphe
  • 3,531
  • 6
  • 39
  • 69
2
votes
1 answer

Opening files to edit in Nitrous IDE via CLI

I've been doing some testing with a Python box in Nitrous.IO, and I was looking for a way to open files via the CLI into the web based IDE. This would be an alternative to going through the point & click menu on the left-hand side of the web IDE…
SirCobalt
  • 321
  • 4
  • 13
2
votes
1 answer

Installing ElasticSearch on Nitrous.io?

I'm trying to use Elasticsearch on Nitrous.io. I'm following this tutorial but when trying to reindex the model I get this error action@learning-rails-1868:~/fayl$ rake searchkick:reindex CLASS=Fail …
benrmatthews
  • 131
  • 1
  • 10
2
votes
3 answers

In Nitrous.io, how do you open a file in the IDE from the console?

The Nitrous.io IDE appears to have 4 parts. There's a file browser, a text editor, a console/terminal, and a chat window. It appears that the only way to open a file in the text editor is from the file browser. This only allows me to open files…
Homr Zodyssey
  • 738
  • 1
  • 8
  • 19
2
votes
0 answers

Can I use xdg-mime in nitrous?

I started to use nitrous for a new project and I love it. However, I need to call xdg-mime to automatically open html files in a browser. Apparently, xdg-mime is not installed by default on nitrous machines. Is it possible to install it?
Carles Andres
  • 1,761
  • 1
  • 15
  • 22
2
votes
2 answers

Does Nitrous.io allow port 80?

Is it possible to start my webserver/webrick/node.js at standard port 80 on Nitrous.io? A lot of company policies don't allow browsing of non-standard port website. Can I have root access to my virtual machine?
tensaix2j
  • 462
  • 6
  • 18
2
votes
1 answer

error installing charlock_holmes gem on NitrousIO box

I need to install this gem for my rails app, but it complains its missing the libicu library. How can I get this gem to install on Nitrous.io ? The output is below: action@zzzxz:~$ gem install charlock_holmes -v '0.6.9' Building native extensions. …
BlissOfBeing
  • 625
  • 1
  • 6
  • 11
2
votes
2 answers

HTTPS (TLS/SSL) server on Nitrous.IO

May I ask how to create TLS server on Nitrous.IO Boxes? I think what I have to get for that at least are cert.pem and key.pem or something like that.
user2617876
  • 21
  • 1
  • 2
2
votes
2 answers

In Nitrous.io, Is there a way to input stuff for the console in iOS?

The keyboard won't show up for console, and it is only for the editor. Is it possible there is some workaround about this? It is so close to fully support iOS! Even better if nitrous.io guy can address this issue...
halfjuice
  • 213
  • 2
  • 8
2
votes
2 answers

Guard specs do not run automatically when watched files are changed

My guardfile is setup properly and guard runs fine, but I have to manually trigger the tests every time I want them to run. The whole purpose of guard is that it is supposed to monitor your files and run your tests any time they change. I don't know…
Kevin
  • 600
  • 5
  • 19