Skip to content

Commit

Permalink
Merge pull request #1834 from ekohl/remove-runcode
Browse files Browse the repository at this point in the history
Remove Runcode instructions
  • Loading branch information
ekohl committed May 18, 2024
2 parents 439dda4 + 2e46145 commit b760730
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 132 deletions.
1 change: 0 additions & 1 deletion en/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

* [Introduction](README.md)
* [Installation](installation/README.md)
* [Installation (RunCode Cloud)](cloud_development_setup/README.md)
* [Installation (Chromebook)](chromebook_setup/README.md)
* [Installation (OS X/Windows/Linux)](installation/README.md#osx-windows-linux)
* [Command Line](installation/README.md#intro-command-line)
Expand Down
5 changes: 0 additions & 5 deletions en/cloud_development_setup/README.md

This file was deleted.

85 changes: 0 additions & 85 deletions en/cloud_development_setup/instructions.md

This file was deleted.

2 changes: 0 additions & 2 deletions en/code_editor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,4 @@ You're about to write your first line of code, so it's time to download a code e
> **Note** You might have done this earlier in the [Installation chapter](../installation/README.md) – if so, you can skip right ahead to the next chapter!
> **Note** If you have followed [RunCode Setup](../cloud_development_setup/README.md) you can skip this section as Visual Studio Code is pre-installed on the platform.
{% include "/code_editor/instructions.md" %}
2 changes: 0 additions & 2 deletions en/django_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

> **Note** If you're using a Chromebook, skip this chapter and make sure you follow the [Chromebook Setup](../chromebook_setup/README.md) instructions.
> **Note** If you're using RunCode, skip this chapter and make sure you follow the [RunCode Setup](../cloud_development_setup/README.md) instructions.
> **Note** If you already worked through the [installation steps](../installation/README.md) then you've already done this – you can go straight to the next chapter!
{% include "/django_installation/instructions.md" %}
7 changes: 0 additions & 7 deletions en/django_start_project/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,13 +252,6 @@ or on Glitch:
https://name-of-your-glitch-project.glitch.me
```

If you are using RunCode cloud platform, the URL will look something like this:
`https://8000-soft-limit-18855079.eu-ws4.runcode.io/`. To view your own instance, the URL will be like:

{% filename %}browser{% endfilename %}
```
https://8000-the-name-of-your-runcode-instance.eu-ws4.runcode.io/
```
You can open this in another browser window and you should see the Django install worked page.

Congratulations! You've just created your first website and run it using a web server! Isn't that awesome?
Expand Down
20 changes: 1 addition & 19 deletions en/installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,22 +17,6 @@ If you are attending one of the [Django Girls events](https://djangogirls.org/ev
In this tutorial you will be building a blog. In order to do that, as you go through the tutorial you'll be instructed on how to
install various software on your computer and set up some online accounts as needed (if you are using local desktop environment) or instructed on how to create online accounts only (if you are using cloud development). This page gathers all of the installation and sign-up instructions in one place (which is useful for some workshop formats).

# Cloud Development
In this tutorial, the cloud development platform we will be using will be [RunCode](https://runcode.io/). RunCode is a cloud development environment which people can use without the need to install Python, Django and Visual Studio Code editor locally on their machines. This cloud environment enables anyone to work from any device that has an internet connection, including cellphones, tablets, laptop or desktop.

This removes the need for you to install packages on a borrowed laptop or the need for you to own a laptop to attend the workshop or follow this tutorial from home as you only need to set up three online accounts. This will also save you time required for setting up your development environment. You can always do the [installation](installation/README.md#command-line) later on as a follow-up after finishing the tutorial. However, loading the development environment requires good and fast internet for this solution to work for you.

> **Note** There are sections of this tutorial which depend on the platform you are working on. If you follow the local installation steps for Windows, Linux, OS X or Chromebook, you will need to follow instructions for your operating system. If you follow RunCode Cloud Environment setup instructions, then you will need to follow instructions for RunCode development environment. Where no specific instructions are provided for RunCode Cloud Environment, follow the Linux instructions as RunCode runs on Ubuntu Linux.

# RunCode Cloud Development Setup
To set up RunCode Cloud development, follow the instructions below:

<!-- sec data-title="RunCode Cloud Development setup (if you are using cloud development)"
data-id="cloud_development" data-collapse=true ces-->
{% include "/cloud_development_setup/instructions.md" %}
<!--endsec-->

# Chromebook Installation
To set up your Chromebook, follow the instructions below:

Expand All @@ -43,9 +27,7 @@ data-id="chromebook_setup" data-collapse=true ces-->


# OS X, Windows, Linux Installation {#osx-windows-linux}
> __NOTE:__ You can skip right over this section if you have followed [RunCode Cloud Development](cloud_development_setup/README.md) or [ChromeBook](chromebook_setup/README.md) installation steps.
If you are not using RunCode or Chromebook, your experience will be a little different as you need to download and install some software locally as well as set up online accounts.
If you are not using a Chromebook, your experience will be a little different as you need to download and install some software locally as well as set up online accounts.

To install software on your machine, follow the instructions below:

Expand Down
9 changes: 0 additions & 9 deletions en/intro_to_command_line/open_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,3 @@ Go to Applications → Utilities → Terminal.
It's probably under Applications → Accessories → Terminal, or Applications → System → Terminal, but that may depend on your system. If it's not there, you can try to Google it. :)

<!--endsec-->

<!--sec data-title="Opening: RunCode" data-id="runcode_prompt" data-collapse=true ces-->
> **NOTE** If you followed [RunCode setup instructions](../cloud_development_setup/README.md) follow these steps to open command line.
If you already created a Workspace on RunCode, access it again from the Dashobard. To open a new workspace with the the Ubuntu terminal on RunCode, go to Workspaces → New Workspace → Blank, and select the “Tiny” Workspace Type. This will open a new Visual Studio Code workspace which has an Ubuntu terminal in the bottom pane.

Ubuntu is a version of Linux so from now on you can follow Linux instructions.

<!--endsec-->
2 changes: 0 additions & 2 deletions en/python_installation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,5 @@ Python originated in the late 1980s and its main goal is to be readable by human
> **Note** If you already worked through the [installation steps](../installation/README.md), there's no need to do this again – you can skip straight ahead to the next chapter!
> **Note** If you're using [RunCode cloud environment](../cloud_development_setup/README.md), you do not need to install Python as it is pre-installed on their platform so you can skip straight ahead to the next chapter!
{% include "/python_installation/instructions.md" %}

0 comments on commit b760730

Please sign in to comment.