Questions tagged [nitrous]
13 questions
2
votes
1 answer
Meteor app Development
When I use tag on my .html page to reduce my code visibility in Meteor app development. Instead of showing data of that correspondent template, it shows the name of the template..
For eg:
{{>season}}
…

user3898096
- 31
- 1
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
1
vote
1 answer
git push heroku master not working
I am trying to push my code to heroku and this appears as an error:
-----> Ruby app detected
-----> Compiling Ruby/Rails
-----> Using Ruby version: ruby-2.0.0
-----> Installing dependencies using 1.7.12
Running: bundle install --without…

impalable
- 11
- 2
1
vote
1 answer
Installing package dependencies on nitrous.io (Meteor's Android SDK)
So right now I'm trying to install the Android SDK to test my Meteor app and play around with mobile development. "meteor install-sdk android" installs everything but the 32 bit libraries.
~/workspace$ meteor install-sdk android …

user3697034
- 127
- 1
- 1
- 7
1
vote
2 answers
Installing all packages from existing Meteor project into new project
Here is my meteor repo:
https://github.com/the1mills/oresoftware_meteor
I cloned it into a new directory on Nitrous.io, but it's missing the smart packages in the packages directory, and as Meteor .gitignores those, and I have to re-install them.
I…

Alexander Mills
- 90,741
- 139
- 482
- 817
1
vote
1 answer
html/css autocomplete in Nitrous.io
I just started messing around on Nitrous and was wondering if anyone has found a way to implement simple html/css autocompletion? Some searching around hasn't revealed any results, yet.

davidpm4
- 562
- 1
- 7
- 22
1
vote
1 answer
Installing pymongo on a nitrous.io box
I'm fairly new to Python, and Nitrous.IO, and MongoDB, and command line in general so would appreciate a little guidance here if possible.
I'm trying to install pymongo on my Nitrous.IO box but can't seem to find a way to do it - this tutorial…

penny
- 385
- 5
- 18
1
vote
1 answer
Elixir Phoenix web server cannot be previewed on Nitrous.io
After installing Elixir 0.14.1 and the Phoenix web framework then launching the web server I am unable to preview the web site. Does anyone know how to get this working?

user1031420
- 505
- 1
- 5
- 13
0
votes
1 answer
Why is my node.js helloworld application on nitrous not working?
I have read the tutorial many times. I copied the code and paste it. Still, there is no "Port 3000" under the "Preview" menu. The Preview URL is 404.
If I run wget 127.0.0.1:3000, the response message is ok.

Zen
- 5,065
- 8
- 29
- 49
0
votes
1 answer
Memory problems with meteor app on nitrous.io
I have a meteor project on a nitrous box ( 512 mb ).
i suddenly started to have problems when starting the application. the mongodb can't start.
I made a meteor reset to reset the database but still have the same problems
Nothing changed on my…

user2086656
- 81
- 9
0
votes
0 answers
Using Rails Composer, getting error "-bash: rails: command not found" using "learn-rails" gemset
I'm using Nitrous on Windows 7, and trying to use RailsComposer following "Build ‘Learn Rails’ in Less Than Five Minutes" of the Learn Ruby on Rails book.
The book tells:
Use the “learn-rails” gemset we created earlier:
$ rvm use…

joan prim
- 11
- 2
0
votes
0 answers
How to create an inventory of a Meteor environment
The question is how to create an exact listing of what packages are installed in a specific Meteor environment, including release versions and full package names?
The smart files I see seem to be outdated or not listing exactly wat is installed, and…

user2207415
- 35
- 5
0
votes
1 answer
websocket connect to Nitrous.io but break automatically after 1 minute
I used websocket c++ code connects to Nitrous.io box(nodes.js server) on port 8888.
Everything works well, only if there is no transfer between server and client after a certain time(1 minute) the connection is closed.
The same client works well if…

arachide
- 8,006
- 18
- 71
- 134