You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: writeups/ContributingToWikiToLearn_SrijanAgarwal.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,14 +28,14 @@ WikiToLearn is a project based on MediaWiki, so we always need developers to fix
28
28
29
29
#### Requirements
30
30
* 64-Bit Computer (docker need a 64 bit system)
31
-
* GNU/Linux with docker or Windows/OSX with virtualization compatability and enabled
31
+
* GNU/Linux with docker or Windows/OSX with virtualization compatibility and enabled
32
32
* Stable internet connection (download size can be up to 10 GB)
33
33
34
34
This procedure may fail if you have no Internet access or if the connection is filtered by firewall – this could happen in public places such as universities, libraries, airports, etc.
35
35
36
36
#### GNU/Linux installation
37
37
##### Prerequisites
38
-
WTL and WTLH have some dependecies:
38
+
WTL and WTLH have some dependencies:
39
39
40
40
* any version
41
41
* curl
@@ -58,9 +58,9 @@ WTL and WTLH have some dependecies:
58
58
`realpath` is in `AUR`
59
59
60
60
#### Docker installation
61
-
Docker is a quickly evolving technology, and it may be possible that the your distro official repository do not have yet the docker version requierd to run WTL. We thus recommend to install docker following the [official guide](https://docs.docker.com/engine/installation/).
61
+
Docker is a quickly evolving technology, and it may be possible that the your distro's official repository does not have the docker version required to run WTL yet. We thus recommend to install docker following the [official guide](https://docs.docker.com/engine/installation/).
62
62
63
-
Do not forget to add your user to the docker group, so that you do not have to use super user privileges every time you have to manage docker images and volumes. WTLH is intended to work only if your user is added to docker group, otherwise you get errors related to missing the correct permissions since WTLH is not intended to be executed with super user rights.
63
+
Do not forget to add your user to the docker group, so that you do not have to use super user privileges every time you have to manage docker images and volumes. WTLH is intended to work only if your user is added to docker group, otherwise you get errors related to missing the correct permissions since WTLH is not intended to be executed with super user rights. We recommend following this [guide] (https://docs.docker.com/engine/installation/linux/linux-postinstall/).
64
64
65
65
#### Pandoc
66
66
Pandoc is used to convert markdown documentation into mediawiki, that can be imported to [meta](https://meta.wikitolearn.org/Main_Page), thus this is not a real prerequisite, it is only needed if you are willing to help us keeping our online documentation up to date!
@@ -102,7 +102,7 @@ Sometimes you might want to wipe out the server and for this you can use
102
102
103
103
`./instance.sh delete`
104
104
105
-
Read the guide to [instance.sh](http://meta.wikitolearn.org/WikiToLearn_Home/WikitoLearn_Home_Documentation/Instance_Doc) for a deatailed description of how to use WTLH to manage the WTL instance.
105
+
Read the guide to [instance.sh](http://meta.wikitolearn.org/WikiToLearn_Home/WikitoLearn_Home_Documentation/Instance_Doc) for a detailed description of how to use WTLH to manage the WTL instance.
106
106
107
107
108
108
##### Change the config and restart the dockers
@@ -128,7 +128,7 @@ Start the new instance (with the new parameters)
128
128
129
129
#### Vagrant Installation for Windows/OSX
130
130
131
-
WTL is build to work on GNU/Linux. It uses GNU/Linux software, enclosed inside docker containers, that require the GNU/Linux kernel. Hence, if you want to develop WTL from a Windows/OSX environment you need to install a virtual linux system. We remind yout in order do use a virtualization software, you have to enable virtalization in your BIOS, as [explained in this page](http://meta.wikitolearn.org/WikiToLearn_Home/WikitoLearn_Home_Documentation/Local_WikiToLearn_Instance/How_To_Enable_Virtualization_On_Your_PC).
131
+
WTL is build to work on GNU/Linux. It uses GNU/Linux software, enclosed inside docker containers, that require the GNU/Linux kernel. Hence, if you want to develop WTL from a Windows/OSX environment you need to install a virtual linux system. We remind you that in order do use a virtualization software, you have to enable virtalization in your BIOS, as [explained in this page](http://meta.wikitolearn.org/WikiToLearn_Home/WikitoLearn_Home_Documentation/Local_WikiToLearn_Instance/How_To_Enable_Virtualization_On_Your_PC).
132
132
133
133
##### Vagrant Installation
134
134
Using Vagrant is a quite simple way of using a virtual linux system for development purposes.
0 commit comments