diff --git a/.gitignore b/.gitignore index 4f6e7fe..d7c4ac3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *~ /venv/ +/site/ diff --git a/docs/anyconnect.md b/docs/anyconnect.md new file mode 100644 index 0000000..447179f --- /dev/null +++ b/docs/anyconnect.md @@ -0,0 +1,7 @@ +# Conencting to the University VPN + +## Chromebook + +## Windows + +## Linux diff --git a/docs/desktop.md b/docs/desktop.md new file mode 100644 index 0000000..d6845e1 --- /dev/null +++ b/docs/desktop.md @@ -0,0 +1 @@ +# The Chrome Desktop diff --git a/docs/images/advanced_location.jpg b/docs/images/powerwash/advanced_location.jpg similarity index 100% rename from docs/images/advanced_location.jpg rename to docs/images/powerwash/advanced_location.jpg diff --git a/docs/images/advanced_open.jpg b/docs/images/powerwash/advanced_open.jpg similarity index 100% rename from docs/images/advanced_open.jpg rename to docs/images/powerwash/advanced_open.jpg diff --git a/docs/images/powerwash_b_restart.jpg b/docs/images/powerwash/powerwash_b_restart.jpg similarity index 100% rename from docs/images/powerwash_b_restart.jpg rename to docs/images/powerwash/powerwash_b_restart.jpg diff --git a/docs/images/powerwash_c_actual.jpg b/docs/images/powerwash/powerwash_c_actual.jpg similarity index 100% rename from docs/images/powerwash_c_actual.jpg rename to docs/images/powerwash/powerwash_c_actual.jpg diff --git a/docs/images/powerwash_d_in_progress.jpg b/docs/images/powerwash/powerwash_d_in_progress.jpg similarity index 100% rename from docs/images/powerwash_d_in_progress.jpg rename to docs/images/powerwash/powerwash_d_in_progress.jpg diff --git a/docs/images/first_boot_post_login_1.jpg b/docs/images/setup/first_boot_post_login_1.jpg similarity index 100% rename from docs/images/first_boot_post_login_1.jpg rename to docs/images/setup/first_boot_post_login_1.jpg diff --git a/docs/images/first_boot_post_login_2.jpg b/docs/images/setup/first_boot_post_login_2.jpg similarity index 100% rename from docs/images/first_boot_post_login_2.jpg rename to docs/images/setup/first_boot_post_login_2.jpg diff --git a/docs/images/first_boot_post_login_3.jpg b/docs/images/setup/first_boot_post_login_3.jpg similarity index 100% rename from docs/images/first_boot_post_login_3.jpg rename to docs/images/setup/first_boot_post_login_3.jpg diff --git a/docs/images/first_boot_post_login_4.jpg b/docs/images/setup/first_boot_post_login_4.jpg similarity index 100% rename from docs/images/first_boot_post_login_4.jpg rename to docs/images/setup/first_boot_post_login_4.jpg diff --git a/docs/images/first_boot_post_login_5.jpg b/docs/images/setup/first_boot_post_login_5.jpg similarity index 100% rename from docs/images/first_boot_post_login_5.jpg rename to docs/images/setup/first_boot_post_login_5.jpg diff --git a/docs/images/first_sign_in.jpg b/docs/images/setup/first_sign_in.jpg similarity index 100% rename from docs/images/first_sign_in.jpg rename to docs/images/setup/first_sign_in.jpg diff --git a/docs/phoenix_net.md b/docs/phoenix_net.md new file mode 100644 index 0000000..adb784c --- /dev/null +++ b/docs/phoenix_net.md @@ -0,0 +1,3 @@ +# Connecting to the Univertsity Wi-Fi + +## Include info on all the weird settings here diff --git a/docs/setup.md b/docs/setup.md index 8847272..e8a3f31 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -1 +1,49 @@ # First-time setup + +## Before you begin + +1. Be in range of a wifi network that you can log in to. There's no + ethernet port on the most recent version of chromebooks distributed + to EH students. +2. Make sure the Chromebook is charged or connected to power. +3. Be prepared to log in to an existing Google account, or make a + dummy one for the Chromebook. The course and the university do not + require any information regarding this account. You can do a lot + with the Chromebook without signing into a Google account by + selecting "browse as guest", but might not be able to do more + advanced things such as install linux. + + +## First Sign-In + +If the Chromebook hasn't been used, powering it up is all you need to +do to begin the process. The on-screen prompts explain everything you +need to do. + +However, if you need to start again, you can "powerwash" the Chromebook to get back to factory settings. [See the powerwashing page here](../powerwash). + +You should see a screen like the one below: + +![First Boot Screen](/images/setup/first_boot_post_login_1.jpg) + +Follow the prompts and select a WiFi network when asked: + +![Selecting a WiFi network](/images/setup/first_boot_post_login_2.jpg) + +You need to be able to sign-in to the WiFi network. If you are on campus, see the [page on connecting to Phoenix Net](../phoenix_net/). + +![WiFi Log-In](/images/setup/first_boot_post_login_3.jpg) + +Next is a series of agreements around using Google products and services: + +![Agreements](/images/setup/first_boot_post_login_4.jpg) + +Finally, you will be asked if you're setting it up for yourself or a child. Use the first option. + +![Adult or Child](/images/setup/first_boot_post_login_5.jpg) + +When it is all done, you should find you have a desktop looking something like this: + +![Desktop](/images/desktop.jpg) + +You can find a quick guide to the items on-screen in [the Chrome Desktop page](../desktop/). diff --git a/mkdocs.yml b/mkdocs.yml index 501c81b..9e82ae6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,6 +3,8 @@ site_name: 'CUEH Chromebook Repo' nav: - Home: index.md - 'First-time setup': 'setup.md' + - 'University WiFi - Phoenix-Net': 'phoenix_net.md' + - 'Connetcing to the University VPN - Cisco AnyConnect': 'anyconnect.md' - 'Powerwashing': 'powerwash.md' markdown_extensions: