Changes
Page history
Update internal wiki links to git.mahara wiki links
authored
Mar 03, 2021
by
Doris Tam
Show whitespace changes
Inline
Side-by-side
Project-Installation.md
View page @
b49e376e
...
...
@@ -156,11 +156,11 @@ 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://git
lab.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.
...
...
@@ -173,7 +173,7 @@ Setting up your development environment can be somewhat tedious if you're new to
cd
mahara-mobile-react-native/MaharaMobile/
```
2.
Follow through steps in
[
README
](
https://git
lab.wgtn.cat-it.co.nz/elearning
/mahara-mobile-react-native/blob/ma
ster
/README.md
)
2.
Follow through steps in
[
README
](
https://git
.mahara.org/mahara-mobile
/mahara-mobile-react-native/
-/
blob/ma
in
/README.md
)
3.
Alternatively, the same actions: to start the server running the app.
...
...
@@ -256,7 +256,7 @@ 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://git
lab.wgtn.cat-it.co.nz/elearning
/mahara-mobile-react-native/-/wikis/Contributing-to-Mahara-mobile
)
[
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`
...
...
...
...