From 719bdeb879c7f68e6935b4a04ed634ac3545a494 Mon Sep 17 00:00:00 2001 From: TeamCCI Date: Thu, 9 May 2019 15:55:10 -0400 Subject: [PATCH] Update README.md --- pubbly_schoolhouse/README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pubbly_schoolhouse/README.md b/pubbly_schoolhouse/README.md index dbabe5e3..3749e47e 100644 --- a/pubbly_schoolhouse/README.md +++ b/pubbly_schoolhouse/README.md @@ -12,7 +12,7 @@ So before you go any further, install the cordova CLI. [Installing cordova](http ### Adding content -All pubbly related content is a webpage, which can run locally, on a web server, or in a cordova wrapped APK. Each packed can be exported directly from the [Pubbly Design Tools](https://github.com/PubblyDevelopment/pubbly_design_tools), created and downloaded from a [Pubbly Console](https://github.com/PubblyDevelopment/pubbly_console), or manually added from the English/Swahili content root folders, found inside XprizePrograms folder. +All pubbly related content is a webpage, which can run locally, on a web server, or in a cordova wrapped APK. Each packed can be exported directly from the [Pubbly Design Tools](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_design_tools), created and downloaded from a [Pubbly Console](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_console), or manually added from the English/Swahili content root folders, found inside XprizePrograms folder. ### Adding content: Cordova boilerplate project @@ -117,10 +117,10 @@ Because each language package is rather large, a simple "cordova build" command ### Adding content: Console Map packet -* Create pubbly console - [Pubbly Console](https://github.com/PubblyDevelopment/pubbly_console) section "Getting started" -* Create map nodes from Design Tools - [Pubbly Design Tools](https://github.com/PubblyDevelopment/pubbly_design_tools) section "Exports: Maps" -* Assemble map on Console - [Pubbly Console](https://github.com/PubblyDevelopment/pubbly_console) section "Assembling content: Mapping" -* Download map packet - [Pubbly Console](https://github.com/PubblyDevelopment/pubbly_console) section "Creating packets: Mapped Exports" +* Create pubbly console - [Pubbly Console](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_console) section "Getting started" +* Create map nodes from Design Tools - [Pubbly Design Tools](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_design_tools) section "Exports: Maps" +* Assemble map on Console - [Pubbly Console](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_console) section "Assembling content: Mapping" +* Download map packet - [Pubbly Console](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_console) section "Creating packets: Mapped Exports" Create a new project and add the android platform if you haven't already @@ -205,7 +205,7 @@ If your cordova web root is excessively large, see section "Building large APK" Cordova was not designed with larger APKs in mind. Our original Xprize submission was under 1GB, but it quickly grew enormous. While it is possible to build APKs of +4GB size with cordova, it does take patience, luck, a computer with at least 8GB of ram, and a lot of time. -You can make small APKs with the pubbly released tools. For instructions, see [Pubbly Console](https://github.com/PubblyDevelopment/pubbly_console) section "Creating packets: Mapped Exports". +You can make small APKs with the pubbly released tools. For instructions, see [Pubbly Console](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_console) section "Creating packets: Mapped Exports". > clean the project * cordova clean android @@ -392,4 +392,4 @@ That folder of images is the entire Xprize submission. ## Deploying -The deploy process is equally complicated, and we wrote both Bash and Shell scripts to automate the headache. For more detailed instructions, checkout [Pubbly Submission Installation](https://github.com/PubblyDevelopment/pubbly_submission_installation) +The deploy process is equally complicated, and we wrote both Bash and Shell scripts to automate the headache. For more detailed instructions, checkout [Pubbly Submission Installation](https://github.com/XPRIZE/GLEXP-Team-CCI/tree/master/pubbly_submission_installation)