- LOWER: Contains all the code for lower primary app
- UPPER:Contains all the code for upper primary app
This outlines the installation guide for the platform.
Clone the repository (choose either ssh or https):
## for ssh LOWER APP
git clone git@github.com/MarigiKamau/ASCI/tree/main/LOWER.git
## for https LOWER APP
git clone https://github.com/MarigiKamau/ASCI/tree/main/LOWER.git
## for ssh UPPER APP
git clone git@github.com/MarigiKamau/ASCI/tree/main/UPPER.git
## for https LOWER APP
git clone https://github.com/MarigiKamau/ASCI/tree/main/UPPER.git
Install (if needed):
Once R and R studio are installed, navigate into the LOWER folder and open app.R.
Install Docker, if needed. Then run:
docker compose up -d
The app is exposed through http://localhost:3838 or http://127.0.0.1:3838
Install (if needed):
Once R and R studio are installed, navigate into the UPPER folder and open app.R.
Install Docker, if needed. Then run:
docker compose up -d
The app is exposed through http://localhost:3838 or http://127.0.0.1:3838