Skip to content
This repository was archived by the owner on Apr 6, 2021. It is now read-only.

Commit d5ac333

Browse files
committed
fix build
1 parent 3f3f9f2 commit d5ac333

File tree

4 files changed

+10
-36
lines changed

4 files changed

+10
-36
lines changed

recentFiles.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"filename":"setting_up_phpmyadmin","mtime":1418894144000,"pageTitle":"PHPMyAdmin"},{"filename":"faq_general","mtime":1418894084000,"pageTitle":"FAQ: General"},{"filename":"installing_python_packages","mtime":1418894084000,"pageTitle":"Installing Python Packages"},{"filename":"frameworks_express","mtime":1416492116000,"pageTitle":"Framework: Express"},{"filename":"setting_up_redis","mtime":1415196907000,"pageTitle":"Redis"}]
1+
[{"filename":"java_runner","mtime":1421767722000,"pageTitle":"Java Runner"},{"filename":"deploying_code","mtime":1421766901000,"pageTitle":"Deploying Your Code"},{"filename":"deploying_via_cli","mtime":1421766795000,"pageTitle":"Deploying via the Command Line"},{"filename":"frameworks_jekyll","mtime":1421763461000,"pageTitle":"Framework: Jekyll"},{"filename":"setting_up_redis","mtime":1421763157000,"pageTitle":"Redis"}]

src/deploying/deploying_code.md

Lines changed: 8 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,22 @@
11
# Deploying Your Code
22

3-
Cloud9 IDE offers many different ways to get your code from your editor to your
4-
production server. To deploy your code, click on the **Deploy** button in the
5-
Project Bar:
3+
Cloud9 IDE makes it easy to deploy to a wide variety of hosting providers
4+
through their native command line tools.
65

7-
![The Deploy button in the Project Bar](./resources/images/deployButton.png)<232, 109>
86

9-
We offer tight integration with the following environments:
10-
11-
* [Heroku](deploying_to_heroku.html)
12-
* [Windows Azure Sites](deploying_to_windows_azure_sites.html)
13-
14-
Following these links will provide you with more information on code deployment.
15-
You can deploy your code to as many services and servers as you like. Keep in
16-
mind that you'll already need an account at those hosting providers before you
17-
can deploy your app to them!
18-
19-
If you're comfortable with the command line, you can also deploy to several more
20-
environments, such as:
7+
We have compiled instructions of how to use the following services:
218

9+
* [Heroku](./deploying_via_cli.html#heroku)
10+
* [Windows Azure Cloud Services](./deploying_via_cli.html#windows-azure-web-sites)
2211
* [Windows Azure Cloud Services](./deploying_via_cli.html#windows-azure-cloud-services)
2312
* [Google App Engine](./deploying_via_cli.html#google-app-engine)
2413
* [CloudFoundry](./deploying_via_cli.html#cloudfoundry)
2514
* [NodeJitsu](./deploying_via_cli.html#nodejitsu)
2615
* [Modulus](./deploying_via_cli.html#modulus)
2716

17+
Keep in mind that you'll already need an account at those hosting providers before you
18+
can deploy your app to them!
19+
2820
Warning: Before you attempt to deploy your application, make sure that you have
2921
committed all your changes to version control. Cloud9 deploys for you whatever
3022
was last committed to version control.

src/deploying/deploying_via_cli.md

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@ If deploying to Heroku, you should probably be using a local instance of Postgre
1919

2020
## Windows Azure Web Sites
2121

22-
### Free and Premium Plans
23-
2422
In [the Console](./console.html) or [a Terminal](./terminal.html), type the
2523
following:
2624

@@ -31,23 +29,6 @@ npm install azure
3129
Now, you can use the `azure` command from the Console/Terminal. For more
3230
information, read [the official `azure` documentation](https://github.com/WindowsAzure/azure-sdk-for-node).
3331

34-
### Premium Plans
35-
36-
To deploy to Azure sites from the command line, open the Terminal and type:
37-
38-
```bash
39-
cd ~/lib/azure-sites
40-
npm install
41-
```
42-
43-
Then, add the bin to your workspace's path:
44-
45-
```
46-
PATH=$PATH:$HOME/lib/azure-sites/bin
47-
```
48-
49-
Now, you can use the `azure` command in the terminal.
50-
5132
## Windows Azure Cloud Services
5233

5334
For free and premium plans, follow the instructions on the

src/features/java_runner.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# Java Runner
12

23
While there are currently no Java builders or runners out of the box, the process of making your own is very quick.
34

0 commit comments

Comments
 (0)