From 8bfc9f8b01159d7a6ad0f86648f03fde083fbe89 Mon Sep 17 00:00:00 2001 From: Brendan Bartels <bbartels@iastate.edu> Date: Mon, 24 Apr 2017 10:06:06 -0500 Subject: [PATCH] website: link the website documentation to main page --- Readme.md | 3 ++- website/README.md | 8 +++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index c0f96eb67..026e4be32 100644 --- a/Readme.md +++ b/Readme.md @@ -26,13 +26,14 @@ MicroCART has 3 areas of development: ## Sections [Quadcopter](quad/README.md) [Ground Station](groundStation/README.md) -[Controls](controls/README.md) +[Controls](controls/README.md) ## Documentation [How to demo the quadcopter](documentation/how_to_demo.md) [How to charge the LiPo batteries](documentation/how_to_charge_lipo.md) [Continuous Integration (automatic build process) FAQ](documentation/ci_faq.md) [How to document things on Gitlab](documentation/how_to_document_things_on_gitlab.md) +[How to update the website](website/README.md) # Stable Releases To browse stable releases from previous teams, view the [Tags](/../tags). \ No newline at end of file diff --git a/website/README.md b/website/README.md index ee88e06ca..b21f4bef6 100644 --- a/website/README.md +++ b/website/README.md @@ -32,8 +32,14 @@ make build ## Deploying the website -To deploy the website to our domain `may1716.sd.ece.iastate.edu`: +Before deploying, ensure you have 2 files in the website root directory: the +PASSWORD file and the TEAM file. The PASSWORD file should contain the sftp +password that was emailed to your for your website. The TEAM file should contain +the team name, something like mayXXXX or decXXXX. +The PASSWORD and TEAM files should contain NO SPACES and NO NEWLINES. + +When ready to deploy: ``` make deploy ``` -- GitLab