From d5c1491e11773e8678e169b7dad36319d3a01d5b Mon Sep 17 00:00:00 2001 From: Mohammed Rayyan Shaji Date: Fri, 1 Jan 2021 13:08:32 -0600 Subject: [PATCH] Update planet-installation-vagrant.md Clarified the installation of planet community on windows, and what url (localhost:3100) to use to access the web application --- pages/micromaster/planet-installation-vagrant.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pages/micromaster/planet-installation-vagrant.md b/pages/micromaster/planet-installation-vagrant.md index ac4d673..3771938 100644 --- a/pages/micromaster/planet-installation-vagrant.md +++ b/pages/micromaster/planet-installation-vagrant.md @@ -103,7 +103,7 @@ To solve this problem: Copy link location of Debian 32-bit instead and run comma --- -## Install a Community Planet +## Install a Community Planet (Windows) Make sure you `cd` to the designated OLE directory you created earlier. @@ -113,9 +113,11 @@ cd planet vagrant up prod ``` -You now have a working [community Planet](http://localhost:3100) on your OS. +You now have a working [community Planet](http://localhost:3100) on your OS, that can be accessed using [http://localhost:3100](http://localhost:3100). It is advisable to use Firefox to access your community Planet. If you don't have Firefox already, you may want to [download](https://www.mozilla.org/en-US/firefox/new/) it. If you are using Firefox and community Planet is not working properly, please update your Firefox to the latest version and then try again. +When the login screen loads, Follow further steps in the [Planet Manual](https://planetlearning.github.io/#!./pages/micromaster/../manual/planet.md) to register as a member. + --- ## Troubleshooting