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
3
votes
4 answers

Yeoman, Grunt, and Nitrous.IO

I'm trying to get a simple node.js example working on nitrous.io. I've pretty much just followed the yeoman tutorial with the angular template. I've had to modify my localhost to 0.0.0.0 and change my liveReload port to 4000. I also had to run…
David Kassa
  • 764
  • 7
  • 14
3
votes
1 answer

What should be the path to use Ungit with Nitrous IO?

I'm trying to use Ungit with a github repo I have on a Nitrous box. I'm trying to figure out what the path should be. For example - my github repo is in located at ~/learn-rails - so in the Ungit 'path' box I put:…
3
votes
1 answer

Errors with Port Forwarding and File Sync in NitrousIO Mac client

I am trying to get the MAC client app to sync files and enable port forwarding. When I turn on port forwarding I get "Port Forwarding Error: Authentication failed." When I turn on File Sync I get "File Sync Error: Lost connection with the server" I…
Scott Smith
  • 1,823
  • 17
  • 15
3
votes
2 answers

Preview a PHP app on nitrous.io

I'm using the cloud IDE nitrous.io for developing a php app, and I want to ask if it's possible to preview my app using the preview menu? thanks for help.
Eguider
  • 141
  • 1
  • 5
3
votes
2 answers

Mysql and Nitrious IO

I just created a rails box in Nitrous IO. Rails boxes come predefined to use sqlite3 but I want to use mysql2. Since I can't use mysql from the box because it fires up an error that it can't connect to a socket, they can connect the box to a free…
Ricardo
  • 369
  • 3
  • 5
  • 18
2
votes
1 answer

Blank canvas when trying to import image for texture mapping

I am working on a web application using Nitrous.IO which is a Ruby-on-Rails framework and wanting to create 3D graphics using WebGL within the pages. I have come into a problem where the image does not show up and I believe it is a blank texture. …
2
votes
0 answers

In Nitrous.io how do you delete a tab indent?

In other IDEs you can delete a tab indent (i.e. the space created by hitting the tab key) by selecting Shift-Tab This doesn't seem to work in Nitrous.io - does anyone know how to delete the tab indent? The only way I can see is to hit the back key…
xiatica
  • 1,546
  • 2
  • 20
  • 24
2
votes
1 answer

Exception in delivering result of invoking method

I've been testing on http calls with meteor, I used nitrous (because I had no access to my dev laptop during the weekend) and it worked fine. But when I tried to run from my local pc it returns: Exception in delivering result of invoking…
akrz
  • 458
  • 5
  • 8
2
votes
1 answer

Nitrous, Heroku: create new PostgreSQL user, restrict privileges

My ultimate goal is to minimize (or eliminate, if possible) the possibility that my database records are updated or deleted/destroyed in any way after being created. One suggestion I received is to create a new PostgreSQL database user with…
brntsllvn
  • 931
  • 11
  • 18
2
votes
0 answers

Nitrous Desktop behind a proxy?

Can I use Nitrous Desktop behind a HTTP Proxy? I couldn't find any word anywhere about it. Anybody knows either how to do it or whether there's a workaround for it?
hendrikbeck
  • 630
  • 6
  • 13
2
votes
1 answer

Meteor.js 1.0: How do I return an _id outside of ObjectId using this._id?

I'm going through the simple tutorial on the site Meteortips.com to learn about session variables, but I'm having trouble retrieving the object id. When I follow the instructions word for word, I end up with this code: Template.leaderboard.events({ …
samcorcos
  • 2,330
  • 4
  • 27
  • 40
2
votes
1 answer

How do I setup ElasticSearch and Searchkick on my Nitrous.io box?

I've added the searchkick gem to my GEMFILE and I also installed ElasticSearch 1.0 with Autoparts. I'm still getting a connection refused message though when I attempt to reindex one of my models. I'm thinking it is possibly because my…
daveomcd
  • 6,367
  • 14
  • 83
  • 137
2
votes
1 answer

Files not showing up in Nitrous.io desktop sync folder

I loaded up the Nitrous.io desktop sync app and then installed the mean.io stack on my box. For some reason I can't get any of the files to sync with my desktop. My keys are working fine, but there are no files syncing. There doesn't seem to be a…
Ryan
  • 3,153
  • 2
  • 23
  • 35
2
votes
1 answer

meteor add joshowens:accounts-entry package in Nitrous.io box - no templates added or visible

I'm using a Nitrous.io IDE and attempted to add Josh Owens accounts-entry package. The package installs (it's listed in my packages), but all the files that are supposed to come with it are not visible. It is definitely installed because if I go to…
PHIN
  • 231
  • 3
  • 8
2
votes
1 answer

Configuring Sidekiq with Nitrous.io and Rails

I'm trying to implement a background worker for payments using Sidekiq. I'm using nitrous.io for development and this is probably causing some problems when connecting to redis. When I try to connect I get the following…
Thomas Roest
  • 197
  • 1
  • 11
1 2
3
16 17