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

Copy pasting does not work in nitrous webIDE?

I cannot paste code into the webIDE console. copy pasting works all around the IDE except the console. Is there a way to fix this? please help, its so annoying!
zalavari
  • 819
  • 9
  • 21
9
votes
0 answers

locomotive cms Assets missing from backend

I know It's better to use this cms on a Virtual machine, with some OS like linux, etc. (because this command: $ wagon serve doesn't run on windows at all) I decided to use nitrous io and it's working really good (on a ubuntu os) the only problem is…
meligatt
  • 121
  • 5
9
votes
1 answer

Connect Nitrous.io to Bitbucket Git SSH Public Key

I can't connect my Bitbucket git repos to Nitrous.io. Here is the error I get: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the correct access rights and the repository exists. At first I…
Ryan
  • 3,153
  • 2
  • 23
  • 35
6
votes
2 answers

Robomongo connection with Meteor mongodb

I have connected my localhost mongodb from robomongo but having problem in connecting Meteor mongodb. I am running Meteor from nitrousio not on localhost. In robomongo connection settings, it is showing "Connected to 'meteor_url:3001'. Authorization…
Vardan
  • 454
  • 1
  • 5
  • 18
6
votes
0 answers

Spree Payment methods gives errors with nitrous

Need help from someone a little more familiar with Spree and/or Nitrous than I am. I recently moved my work on a Spree store site from my mac (which died) onto a PC through Nitrous (I obtained the files I'd committed to Github). After a slew of new…
Gogglor
  • 115
  • 7
6
votes
2 answers

Meteor on Nitrous - Can't Get loginWithFacebook to work

UPDATE: When I deploy the app to meteor.com I do not get any of the same issues, so the problem is definitely related to the development environment and I suspect somehting to do with ROOT_URL and the way redirects are handled. I am running Meteor…
Alex Webster
  • 707
  • 1
  • 6
  • 21
6
votes
2 answers

How do you push from nitrous.io to GIT

I was following this guide Nitrous to Heroku Guide It describes the process to fork a git repo but I want to push my directory of stuff to Git and then to Heroku. Well I really wanted to just push my stuff to Heroku. Argghh now I am lost. So either…
Roger Hills
  • 361
  • 4
  • 13
6
votes
1 answer

Installing python packages in nitrousio

I've just started trying to use Nitrous.io. I've made a box with python, and am trying to use pip to install a python package called praw. It downloads all of the information fine, but on running the install script, I get an error stating that it…
ben657
  • 3,723
  • 3
  • 16
  • 14
6
votes
1 answer

Custom base_site.html not working in Django

I am using Nitrous for playing with the Django framework. In tutorial 2 is shown how to change the base_site.html template. I've added in the TEMPLATE_DIRS = ( ) a new line: 'home/action/workspace/mysite/templates', And in base_site.html I changed…
Rogier
  • 905
  • 1
  • 10
  • 25
5
votes
1 answer

ArgumentError: Write key must be initialized Rails

Hi I'm new to Rails and I'm using nitrous.io as my IDE. I just generated a model using rails generate model Micropost content:text user:references When I run bundle exec rake db:migrate I get the following error: ArgumentError: Write key must be…
5
votes
0 answers

Setting up postgres Contrib packages

I created a box on Nitrous.io and installed postgres database using autoparts. Now I want to enable UUID so was trying to add the uuid-ossp extension when I run the command CREATE EXTENSION IF NOT EXISTS "uuid-ossp" WITH SCHEMA public; I get the…
5
votes
3 answers

Nitrous.io for Mac does not sync .git?

I am trying out Nitrous.io -- it is a very nice tool. I am also using Nitrous' Mac application which syncs box content to a local directory -- except I have noticed that it doesn't sync the .git directory. I assume this is intentional(?). Is…
Erik
  • 7,479
  • 8
  • 62
  • 99
5
votes
2 answers

Can't run Ruby on Rails tests on Heroku's hosted Postgres databases

I'm currently evaluating Nitrous.io and liking what I'm seeing so far. I've currently got a few databases for testing and development running on Heroku's hosted Postgresql service as well. I'm running into some issues when running tests though, and…
RyanN
  • 65
  • 3
4
votes
1 answer

How do I setup SearchKick/ElasticSearch on the NEW Nitrous.io IDE?

I am following the McKenzie Childs tutorial on making a "Movie Review" app on Ruby on Rails and he is using the searchkick gem. I am doing everything through the new Nitrous platform and everything is confusing. I was running this command to: rake…
4
votes
1 answer

Rails nitrous preview issue with rails 4.2beta

After doing git clone for a project I'm working on I updated my rails in nitrous and to Rails 4.2.0.beta2 Run rails server => Booting WEBrick …
ryanb082
  • 101
  • 2
  • 11
1
2 3
16 17