Update Project Installation authored by Doris Tam's avatar Doris Tam
...@@ -27,11 +27,11 @@ Some of the information is duplicated from the [React native developer docs.](ht ...@@ -27,11 +27,11 @@ Some of the information is duplicated from the [React native developer docs.](ht
## Get logins ## Get logins
In order to test you will need an account on a Mahara instance. In order to generate an authentication token please see [this documentation](https://manual.mahara.org/en/19.10/account/apps.html?highlight=authentication%20token). In order to test, make an account on a Mahara instance. In order to generate an authentication token please see [this documentation](https://manual.mahara.org/en/19.10/account/apps.html?highlight=authentication%20token).
## Installing dependencies ## Installing dependencies
You will need *Node*, the *React Native command line interface*, a *JKD*, and *Android Studio*. Install *Node*, the *React Native command line interface*, a *JKD*, and *Android Studio*.
### Install Node 8.3 or newer ### Install Node 8.3 or newer
...@@ -150,7 +150,7 @@ Setting up your development environment can be somewhat tedious if you're new to ...@@ -150,7 +150,7 @@ Setting up your development environment can be somewhat tedious if you're new to
export PATH=$PATH:$ANDROID_HOME/platform-tools export PATH=$PATH:$ANDROID_HOME/platform-tools
``` ```
> `.bash_profile` is specific to `bash`. If you're using another shell, you will need to edit the appropriate shell-specific config file. > `.bash_profile` is specific to `bash`. If you're using another shell, edit the appropriate shell-specific config file.
Type `source $HOME/.bash_profile` to load the config into your current shell. Verify that `ANDROID_HOME` has been added to your path by running `echo $PATH`. Type `source $HOME/.bash_profile` to load the config into your current shell. Verify that `ANDROID_HOME` has been added to your path by running `echo $PATH`.
...@@ -160,7 +160,7 @@ Setting up your development environment can be somewhat tedious if you're new to ...@@ -160,7 +160,7 @@ Setting up your development environment can be somewhat tedious if you're new to
### Forking the github repository (community contributors) ### Forking the github repository (community contributors)
You will need to make a [fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) of <https://github.com/MaharaProject/mahara-mobile-react-native> to your own github account. Make a [fork](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo) of <https://github.com/MaharaProject/mahara-mobile-react-native> to your own github account.
### Clone project into your local directory (maintainers) ### Clone project into your local directory (maintainers)
... ...
......