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

Can´t Sync Nitrous.io Desktop

I'm teaching a php course at a community college and I wanted to use Nitrous as an environment but I can't sync my files with the desktop application, I guess it's a network firewall block (already turned off the OS firewall, windows xp btw), any…
0
votes
1 answer

undefined method `delayed_backend_active_record_job_path'

I'm using the delayed_job_active_record gem on a Rails app. I've been following the documentation about implementing background tasks, but encountered the following error: NoMethodError in Home#index Showing…
tdkr
  • 309
  • 2
  • 11
0
votes
1 answer

ssh between Nitrous.io boxes?

Has anyone else had luck trying to ssh between two Nitrous.io boxes? For example: Box 1: Hosting mongo & rails server Box 2: AngularJS app that talks to rails API I'd like to be able to ssh from Box 2 to Box 1r so I can tail the logs over there. …
m0to
  • 25
  • 3
0
votes
0 answers

"XMLHttpRequest cannot load http://0.0.0.0/socket.io/1/?t=1396276017188. No 'Access-Control-Allow-Origin' header" on Nitrous.io

I have found multiple solutions to this problem, but none of them seem to work for Nitrous.io. Any help would be greatly appreciated.
Robby Grodin
  • 145
  • 1
  • 2
  • 9
0
votes
1 answer

Nitrous.IO Chromebook cloud based IDE

Hi I have a quick question about nitrous.IO. I was wondering if it could be used to compile code for an arduino?
0
votes
1 answer

Installing App Engine Results fails with SHA1 verification

I'm trying to set up my python instance with app engine, but I'm getting an error: action@kings-landing-python-98539:~$ parts install googleappengine …
0
votes
2 answers

Getting started with an existing github project for nitrous

I followed the directions on "Connecting to Github" article, and my github account has the nitrous keys. I'm not able to find a way to connect an Nitrous box to an existing github repo. I have a rails project on github that I'd like to use with…
Professor Todd
  • 571
  • 2
  • 12
0
votes
0 answers

blank screen in meteor with nitrous.io

I've been working on an app in meteor and it's just giving me blank screen however the page title still works. I had to double check whether it was my app or the box so I backed up my stuff, started a brand new node box and installed meteor by…
user1627990
  • 2,587
  • 2
  • 16
  • 18
0
votes
1 answer

What is the theme that Nitrous.IO uses for Ruby syntax highlight?

https://i.stack.imgur.com/21pdx.png (or see below) I want to use it in Sublime Text 3. Thank you.
MauroPorras
  • 5,079
  • 5
  • 30
  • 41
0
votes
2 answers

Interested to know ssh client used in nitrous.io

What is ssh client used in Nitrous.io. I am interested to know about ssh clients and I have seen ssh client used in Nitrous web site
0
votes
0 answers

How to add custom text highlight into the editor?

I have succeeded to compile demo web application using OCaml and Ocsigen server but it's tricky to edit *.eliom, *.eliomi, *.ml and *.mli files because there is no syntax for OCaml. Erlang seems to be best option but it has some issues comparately…
Kakadu
  • 2,837
  • 19
  • 29
0
votes
1 answer

Previewing Meteor app via Nitrous.io cannot access local host port 3000

Running Mavericks on Macbook air, Nitrous box with simple test app bundles and runs fine on Meteor host but is not accessible on browser via 'preview'. Bit baffled. No firewall running and unsure how to proceed.
ps079
  • 11
  • 3
0
votes
1 answer

Non-blocking sockets not working on Nitrous.io

sock = socket.socket() sock.connect_ex(ip, 80) sock.settimeout(30) sock.setblocking(0) sock.sendall(str.encode( "GET " + randstr + target.path + " HTTP/1.1\r\nHost: " + target.netloc + "\r\n" + str( cur_header) + "\r\n\r\n\r\n")) data =…
Alex0007
  • 548
  • 7
  • 15
0
votes
1 answer

Using ant with nitrous.io

I'm trying to use ant with nitrous to build my application. However, due to lack of sudo privileges, I can't install ant. Is there a way to circumvent this? sudo apt-get -u install ant WARNING: sudo access is not available; running without sudo. E:…
0
votes
3 answers

Is Installing Jruby on Nitrious.io possible?

Does Nitrous.io support JRuby? Installing it with RVM seems to attempt to run a sudo apt-get update, which it won't allow... Thanks.
fitz
  • 22
  • 1
  • 3