Update internal wiki links to git.mahara wiki links authored by Doris Tam's avatar Doris Tam
......@@ -97,7 +97,7 @@ java -version
Setting up your development environment can be somewhat tedious if you're new to Android development. If you're already familiar with Android development, there are a few things you may need to configure. In either case, please make sure to follow the next few steps carefully.
1. **Install Android Studio**
1. **Install Android Studio**
[Download and install Android Studio.](https://developer.android.com/studio/index.html) Choose a "Custom" setup when prompted to select an installation type. Make sure to check the boxes next to all of the following :
1. Android SDK
......@@ -156,24 +156,24 @@ Setting up your development environment can be somewhat tedious if you're new to
## Clone project into your local directory
1. In your terminal `cd` into the desired folder to place the project.
1. In your terminal navigate into the desired folder to place the project.
2. In the folder where you want to clone the project into, execute the command
```bash
git clone https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native.git
git clone https://git.mahara.org/mahara-mobile/mahara-mobile-react-native.git
```
3. If you execute the command: `ls`, you should be able to see there is a `mahara-mobile-react-native` folder there.
## Install and start the app
1. To enter the project folder execute the next command:
1. To enter the project folder execute the next command:
```bash
cd mahara-mobile-react-native/MaharaMobile/
```
2. Follow through steps in [README](https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native/blob/master/README.md)
2. Follow through steps in [README](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/blob/main/README.md)
3. Alternatively, the same actions: to start the server running the app.
......@@ -203,7 +203,7 @@ Setting up your development environment can be somewhat tedious if you're new to
#Loading dependency graph, done.
```
4. Next, on a new terminal tab/window. `cd` into the same directory as before.
## Run the app on a device/emulator
......@@ -255,8 +255,8 @@ This is because the installation process changes a lot, and we can't keep these
# Contributing
Now that we have gotten Mahara mobile installed and ready to run, let's start contributing!
[Let's contribute!!! 💡](https://gitlab.wgtn.cat-it.co.nz/elearning/mahara-mobile-react-native/-/wikis/Contributing-to-Mahara-mobile)
Now that we have gotten Mahara mobile installed and ready to run, let's start contributing!
[Let's contribute!!! 💡](https://git.mahara.org/mahara-mobile/mahara-mobile-react-native/-/wikis/Contributing-to-Mahara-mobile)
# Troubleshooting
Changes made but not seeing anything different?: Try cleaning the cache in Gradle with `cd android && ./gradlew clean`
......@@ -280,7 +280,7 @@ sudo chown $USERNAME /dev/kvm
```
- Kill those by
```bash
sudo kill -9 [insert PID]
```
......
......