Nitrous.IO looks incredible. I'd love to use it with my students. However, we need the ability to have files locally accessible too. If we could run Dropbox on each Nitrous.IO box, that would be ideal. Is this possible?
Asked
Active
Viewed 894 times
3 Answers
2
Nitrous.IO has a Mac OS X application that handles local file syncing. So Mac users can utilize TextMate, SublimeText, etc... to edit their code and run it in the cloud. The Mac App is free to download:
For those not on Macs, you could use FTP or SCP, but I realize that might not be ideal:
http://help.nitrous.io/faq-adding-project/
Dropbox integration is on the product roadmap. Stay tuned to @nitrousio on twitter for updates.

ajhit406
- 1,405
- 1
- 14
- 17
-
The mac application wouldn't work for us anyway I think. We need all the students' files synced to a computer. With dropbox, each student shares their folder with us. FTP/SCP doesn't deal with synchronization. – at. Sep 28 '13 at 03:23
-
I assume you're with Nitrous.IO? Dropbox integration would be phenomenal. Any idea when that can be expected. – at. Sep 28 '13 at 03:25
-
It's on our product roadmap, you can follow @nitrousio on twitter as we'll definitely announce it there. – ajhit406 Sep 28 '13 at 22:28
-
1@ajhit406 LMK if I can help with Dropbox integration! – Dan Sep 30 '13 at 18:36
-
@Dan - I'm using Dropbox' linux command line client with Nitrous.IO. Unfortunately it keeps unlinking computers from Dropbox. We then have to relink them. A huge pain. I've written Dropbox customer support (eventually I get an apology email that Dropbox is too busy to answer) and created Dropbox forum posts, I can't figure out why the Dropbox clients keep getting unlinked. Is the Dropbox linux command line client supported? – at. Oct 31 '13 at 05:25
-
try API Support on the developer site and tell them I sent you. Need to learn more about the use case. – Dan Nov 14 '13 at 05:40
-
I would like to be able to install the linux command line clinet on nitrous as well...any update @ajhit406 – Satchel Jun 12 '15 at 06:15
2
There's a sync integration for windows, very much like Dropbox, using copy.com: Instructions here: https://coderwall.com/p/ixfokg.

Omac
- 21
- 3
-
This looks very interesting. I'd have to write a script to periodically check if the `CopyConsole` program is active as Nitrous.IO will shut down your VM if inactive. I love Dropbox and I'd have to investigate copy.com, but this may be our solution at least for now! – at. Oct 04 '13 at 06:36
1
So far dropbox has been running perfect! I'd love to know if there's any issue with running it this way... I simply ran:
cd ~ && wget -O - "https://www.dropbox.com/download?plat=lnx.x86_64" | tar xzf -
nohup ~/.dropbox-dist/dropboxd > /dev/null 2>&1 &

at.
- 50,922
- 104
- 292
- 461
-
Unfortunately Dropbox has proven to be a real problem for us because it keeps unlinking the Nitrous.IO boxes :(. We have to kill the `dropbox` process, run it again in the foreground, get the re-link URL, visit it while logged into Dropbox, quit the `dropbox` process and run it again in the background. Doesn't seem too difficult, but when working with students, having them do this every other day and remember their Dropbox credentials... it's a major problem. – at. Oct 31 '13 at 05:28