How to enable collaboration on local Cloud9 install? - cloud9-ide

Me and a friend are collaborating on a project using a Cloud9 SSH project, but we're not happy with the latency. We have tried installing Cloud9 directly on the server, but the collaboration option disappeared.
Is collaboration possible to enable on a custom Cloud9 installation? If so, how?
I imagine it's a plugin with some configuration required, so it's left out by default. I can't find anything when Googling though.
Edit: I found the collab plugin repo: https://github.com/c9/c9.ide.collab
Doesn't have a README file though, so I'm still just as stuck.

You can add the --collab flag while launching the server.js
Example:
nodejs server.js --collab

Related

GeoDjango hosting - any suggestions for a provider who actually supports this?

I am attempting to build a GeoDjango site. I have tried three hosting providers so far and eventually run into a roadblock with each one.
The latest... A2Hosting seemed promising until I needed to run:
sudo apt-get install binutils libproj-dev gdal-bin
I was then informed that I need to move to an unmanaged VPS. This translates to I need to completely set up the entire system.
I attempted to do this, but feel I ended up creating more security vulnerabilities than getting it to work.
I know very little about the "sever" side and this is why I am trying to go to a "hosted" solution.
It seems the steps that need to be provided are:
django support
postgis support (including remote access - we want to be able to hit the database through QGIS as well)
Support to install the geospatial dependencies needed to turn django into geodjango - this seems to be the show stoppper for most hosting providers.
Any suggestions for who to try next would be greatly appreciated.

Ace editor - SublimeText package control equivalent?

I just started using Cloud9 with Ace editor after a long time usage of the wonderful Sublime text editor.
Is there something like PackageControl for Cloud9/Ace?
And if not, is there any way to install packages individually?
I really miss having snippets like yard documentation for ruby methods.
Thank's
The extension manager for cloud9 is still in alpha http://cloud9-sdk.readme.io/v0.1/docs/getting-started-with-cloud9-plugins so there are no installable plugins yet.
However if there is a sublime plugin with snippets it should be easy to modify it to work with cloud9, you should create an issue on their sdk repository https://github.com/c9/core or comment in https://github.com/c9/core/issues/25
You could use a mix of sshfs, your own terminal, and an EC2 instance that sleeps on idle to create your own "Cloud9" functionality by just running a single script that starts the server if needed, mounts the filesytem, and puts you into an ssh session all at once.
My recent blog post outlines step-by-step instructions:
http://zulrang.com/2018/03/cloud9-with-local-editor-and-terminal/

How to setup OpenACS?

I am trying to setup OpenACS Project. I tried some Open Source Projects available on net. I am trying to setup OpenACS from below link.
http://sourceforge.net/projects/OpenACS
But it is showing inactive and code is not there. Can i found this code somewhere else.
Your link points to the "Automatic Configuration Server" (ACS), a project that unfortunately has a name-clash with the Open Architecture Community System (OpenACS). If you are referring to the latter, here you go:
http://openacs.org/xowiki/openacs-system-install
You can find the official OpenACS code here: http://openacs.org/news/item?item_id=4197887
Two great installer scripts are located at github: https://github.com/gustafn/install-ns. It works great to get you up and running with a simple NaviServer, PostgreSQL OpenACS installation.
This should get you started!
http://sourceforge.net/projects/OpenACS has a fork https://sourceforge.net/projects/libreacs/ and several its clones on github (I don't actually know which one is official). You'll find minimal installation instructions in acs/doc/README after cloning e.g.:
git clone https://git.code.sf.net/p/libreacs/code libreacs-code

How to install jBilling community edition on heroku and/or appfog

I am trying to install jBilling community edition on heroku and/or appfog. I could not find any information on google on how to do this. I used the simple way to deploy the war file on heroku and that did not work. I am assuming there must be some configuration changes needed.
Before I venture into this I wanted to get a shout out and see if anyone has already done this successfully and has notes that s/he is willing to share with me.
jBilling has both installation guides (for windows and for mac/linux) and a Getting Started Guide on their website that list each step and walk you through the process. Try starting with those.

Red5 demos don't work

I just installed red5 on my server, and the install seems to work fine. As you can see here: http://onelifemedia.com:5080
I got this far by using this walkthrough: http://www.webhostingtalk.com/showthread.php?t=1046590
The /demos page gives me a 404 error. So I logged onto the server, and checked to see if the "demo" directory was already there. It was not.
The applications that I installed were a directory up from the root directory. I'm not sure if this is right or not.
Either way, my end goal is to actually get something working besides the main page. If I can get the demos to work, then hopefully I should be well on my way.
I guess my questions can be broken down like this:
Does anyone know how to get the demos working?
Should I forget about the demos, and try to start writing my own code?
If I should write my own code, how should I go about installing it? Since the installer is not properly installing the demos.
Thanks
The tutorial is good but you dont need the admin app. Use the installer link in the tutorial and install the demo you want to use. The content of the "demos" directory is only the swf files used to access the server demos which you use the installer app to install. For instance , select "oflaDemo" and then from the main page navigate to demos/oflaDemo et voila.
I know I'm biased being a core developer, but we've attempted to make the server as ez as possible to use.
I could install demos from the latest svn trunk, Checkout the source, use ant&ivy to build and run the server and you can install two sample apps(oflaDemo and SOSample).
You may need to use ivy commands resolve some of the common issues during installations.
E:\dev\red5\java\server\trunk>ant ivyclear dist
()Red5 user mailing list may help you, because this is not exactly problem with Red5 source.
()http://stackoverflow.com/questions/11156222/red5-demos-not-working/11935532#11935532
I could resolve the issue based on the information in Red5 users mailing list and comments by Mr.Mondain in one of the posts in Stackoverflow

Resources