GithubHelp home page GithubHelp logo

docs.c9.io's Introduction

This is the source documentation for the Cloud9 IDE User Documentation.

The build system relies on the Panda-Docs Node.js module.

Creating a Build

First, check out this repository. Then, run

npm install

to grab all the required dependencies.

To create a development build, open your command prompt and type:

node build.js true

A development build differs in that it does not compress assets or add iframe headers and footers. To create a releasable build, just run the same command without any arguments:

node build.js

Deploy

The site https://docs.c9.io is deployed automatically whenever something is pushed to master.

Contributing

We'll very gladly take any pull requests for documentation updates or new workflows! We'll even give you author credits on the pages you create. This source material is intended to be open and sharable to all.

License

Creative Commons License
Cloud9 IDE Documentation is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.

docs.c9.io's People

Contributors

ahmadhasankhan avatar barberboy avatar basdewachter avatar bradydowling avatar brwn avatar cadorn avatar devoncarew avatar doobilydo avatar dosire avatar eerik avatar fjakobs avatar giannis avatar gjtorikian avatar gsf avatar hyandell avatar ivarpruijn avatar jezc avatar laverboy avatar lennartcl avatar mastrolinux avatar muru avatar mutahhir avatar nightwing avatar nonken avatar olehoaiphuong avatar pjehan avatar poggie avatar prettymuchbryce avatar timjrobinson avatar zemgalis avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

docs.c9.io's Issues

Search results aren't navigatable

  • description:
    Results can't be navigated - sometimes, the urls aren't converted to https and sometimes, even if the urls are https when I click on it, it goes to https://docs.c9.io
  • suggested assignee: @gjtorikian
  • environment: c9.io
  • occurrence: 100%
  • browser: chrome
  • console log:
Uncaught TypeError: Property 'jQuery172008525402285158634_1346584323318' of object [object Window] is not a function api.swiftype.com/api/v1/public/engines/suggest.json?callback=jQuery172008525402285158634_1346584323318&q=Deb&engine_key=zphqNpNqsFz4MJEq8ZaM&_=1346584329554:1

I know there exists a rewriteURLs function that manages transition from http to https urls - but maybe it isn't always called.

Running path should be changed

I have to say that Cloud9 is awesome.
But when I want to run a rails app following the docs, I cannot visit my website. Just change the url from http://..c9.io to http://-c9-.c9.io, everything is OK.
I think the path should be changed.

upload / download suggestions

By going into File | Download Project, you will "
[9/6/12 4:50:50 PM] Ruben Daniels: that should never wrap
[9/6/12 4:50:54 PM] Ruben Daniels: File > Download Project
[9/6/12 4:50:57 PM] Ruben Daniels: https://docs.c9.io/uploading_downloading.html
[9/6/12 4:51:02 PM] Ruben Daniels: use around it
[9/6/12 4:51:23 PM] Ruben Daniels: you can also not user drag&drop which is useful for some things
[9/6/12 4:51:29 PM] Ruben Daniels: that should be included in that doc page

Mocha / Jasmine setup

Provide a demo of how to setup Mocha / Jasmine with auto-test execution, etc.

  • Notify @paul_wade

Error rreference

Your code is running at https://starter-c9-l2l2l.c9.io.
Important: use process.env.PORT as the port and process.env.IP as the host in your scripts!

debugger listening on port 15454

events.js:72
        throw er; // Unhandled 'error' event
              ^
Error: listen EADDRINUSE
    at errnoException (net.js:904:11)
    at Server._listen2 (net.js:1042:14)
    at listen (net.js:1064:10)
    at Server.listen (net.js:1146:9)
    at exports.lookup.callback (dns.js:72:18)
    at process._tickCallback (node.js:415:13)
    at Module.runMain [as _onTimeout] (module.js:499:11)
    at Timer.listOnTimeout [as ontimeout] (timers.js:110:15)

[Process stopped]

how to correct this? and where is the documentation on node's errors? I tried the site, but did not find it.

Add page on common issues causing apps to not work

One thing users should try is doing "curl localhost:8080" to see if that works and determine if it's a problem with their app or the proxy.

  • Use curl to see if it's a proxy problem
  • Ensure app is running on 0.0.0.0. (localhost and 127.x.x.x will not work).

syslog support not mentioned

I couldn't find any mention of syslog support from the runtime environment.
It will be great to have a definite yes or no, documented somewhere. If it is a yes; is there a way to access it.

Vim-mode sometimes forgets how to do "o" and "O"

I'm working with two others on a private workspace, we are writing python code.

I own the workspace and they are both accepted as read + write. Me and a friend are on the same network, the third is not.

When it happens I can't seem to get it to stop moving one space up for "O" and one space down for "o", but only going into insert mode at the very top of the file.

Is it possible to edit .bash_profile?

Just started using Cloud9 (enjoying it) and would like to add some aliases to my bash_profile to make using git a little easier. Is this possible with a free account? I can't find the file with the terminal or a howto in the documentation. Is this possible, and if so, how do I do it? Thanks.

Explain public workspaces

The Create a Workspace page doesn't mention much about public vs. private workspaces -- all it says is it either Public (open to anyone with the URL), or Private (only accessible to you and people you share it with).

From clicking the Share button, I see three checkboxes, and the ability to check/uncheck depends on the workspace type. This could be clarified so that users actually understand what level of granularity of control they have.

Promote Ace

The section should be called "The Code Editor"
[9/6/12 4:57:27 PM] Ruben Daniels: in IDE components
[9/6/12 4:57:46 PM] Ruben Daniels: multi-cursor and refactor desere their own page
[9/6/12 4:57:56 PM] Ruben Daniels: the code editor page should just be about ace basics
[9/6/12 4:58:03 PM] Ruben Daniels: everything that is in the edit menu

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.