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

Rspec errors in Rails app using Nitrous.io - 'cannot open shared object file'

When I run bundle exec rspec spec/ I get the following messages in the console: Could not open library 'libgtkmm-2.4': libgtkmm-2.4: cannot open shared object file: No such file or directory. …
K.C. Barrett
  • 152
  • 1
  • 9
4
votes
2 answers

Can GitHub/BitBucket be made as your local repository?

I'm a bit new to git and github, but I understand how it works. From the theory I've learnt, github or bitbucket acts as the remote repository when using git locally. Now say that I am using a tool like "cloud9" or "nitrous.io" where you can do all…
Joe
  • 3,120
  • 3
  • 25
  • 30
4
votes
1 answer

Basic Each Loop Ruby on Rails

I have created an app to experiment with HAML and Nitrous.io but seem to be having a basic issue with an each loop. My current setup it outputting the following below the correct content: [#
Tom Pinchen
  • 2,467
  • 7
  • 33
  • 53
4
votes
1 answer

How do I update the mongodb binaries in my nitrous.io box to the 2.4.x versions?

I am taking the "mongodb for node.js" course and trying to import/restore data to my mongolab instance but I keep getting Auth err code 18 errors. I can connect to any instance I create using the mongo --shell from the nitrous.io box and it works…
EX0TUS
  • 43
  • 3
4
votes
2 answers

How do you switch to zsh when using Nitrous.io

Any ideas? I've tried using : chsh -s /bin/zsh But any password I've tried has failed.
semmons99
  • 1,134
  • 1
  • 9
  • 13
3
votes
1 answer

Server-side debugging for Meteor App on Nitrous.io

I've got a simple Meteor app running on a Nitrous box. I'd like to be able to use node-inspector for server-side debugging (as described here), but I'm unable to get to the console. My Meteor app is running locally on the box at…
3
votes
1 answer

My meteor project size is becoming out of control

I'm using an online IDE (nitrous) and my project size become 2.9 gb. I can't even run meteor command anymore. Is there a way to clean the project to reset the size? (I can't run meteor reset) Also, if I want to deploy the project on a server, will…
Abdullah Dahmash
  • 525
  • 1
  • 6
  • 12
3
votes
1 answer

Nitrous.io console mouse sensitivity

Is there a way to configure the mouse sensitivity within the console of a nitrous box? I've noticed that it's extremely sensitive on macs with a magic mouse. It becomes frustrating when trying to view test output (or anything) that requires a scroll…
jrmce
  • 477
  • 6
  • 8
3
votes
1 answer

Mono framework setup on Nitrous.io

What would be easiest way to setup Mono framework on Nitrous.io VM? Nitrous.io has Autoparts package manager, but it does not contain Mono package yet.
Andrija
  • 14,037
  • 18
  • 60
  • 87
3
votes
1 answer

How can you upgrade Go version to 1.2.1 on Nitrous.io?

How can you upgrade Go version to 1.2.1 on Nitrous.io? Default version on a Go box is 1.1.1.
Travis Reeder
  • 38,611
  • 12
  • 87
  • 87
3
votes
2 answers

Setting PHP CLI timezone

I have added my timezone to date.timezone in ~/.parts/etc/php5/php.ini but my PHP script that I execute on the console keep saying We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. Is there any solution…
3
votes
1 answer

is it possible to allow others to power on/off my nitrous.io box?

I have a nitrous.io rails box which I and others on my team are using to develop an open-source, not-for-profit app. Occasionally the box gets auto-powered-off, which is fine, but I want to allow others on the team to be able to power it back on in…
newton10471
  • 157
  • 8
3
votes
1 answer

Facebook authentication not working for nitrous.io meteor app (node.js)

I have a meteor app running in a node.js machine on nitrous.io and the facebook authentication is not working. I created a new app in facebook, added Website as platform, set the App domain to machinename.usw1.nitrousbox.com and the Website's Site…
GaryM
  • 163
  • 2
  • 7
3
votes
2 answers

Meteor on Nitrous - Path for Meteor 'Assets'?

I wish to read text from a file in my Meteor app. I am using Nitrous.io The app is called 'myApp' and I am using the following code: var data = Assets.getText('myApp/lib/test.txt'); I get the following error: Error: Unknown asset:…
Alex Webster
  • 707
  • 1
  • 6
  • 21
3
votes
0 answers

Access root for newly installed MySQL on nitrousio box?

EDIT- Turns out to be a silly question. The solution: mysql -u root Don't put a -p as there is no password for fresh installs of MySQL root. Original Question: Autoparts just came out recently on nitrous:…
Alf
  • 832
  • 1
  • 8
  • 17
1
2
3
16 17