Update 'Editing'

Abhijit Kshirsagar Kshirsagar 2021-07-14 15:00:25 +05:30
parent 5c929a75b2
commit 0e7fba801f
1 changed files with 22 additions and 21 deletions

@ -13,6 +13,7 @@ If you have Ruby installed, you can clone this repo on your local machine, make
1. To find the clone URL for the wiki, look for the clone URL on the top of the Gitea Page. Note that the URL should end in ".wiki.git" 1. To find the clone URL for the wiki, look for the clone URL on the top of the Gitea Page. Note that the URL should end in ".wiki.git"
2. Clone the repo locally 2. Clone the repo locally
3. Install Gollum: ```gem install gollum``` 3. Install Gollum: ```gem install gollum```
1. If you get errors during this installation it is probabaly due to ```cmake``` missing on your system. Run ```sudo apt-get install cmake```
4. Launch Gollum in the directory where the wiki files have been cloned: ```gollum ./``` 4. Launch Gollum in the directory where the wiki files have been cloned: ```gollum ./```
5. View and edit the local files by pointing a browser to ```http://localhost:4567``` 5. View and edit the local files by pointing a browser to ```http://localhost:4567```
6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done. 6. Whenever a page is saved, a commit is created automatically by gollum. Make sure to push the changes upstream after all edits are done.