anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

docs: Added installation guide for RHEL/Feroda #1066

Closed khushishikhu closed 4 years ago

khushishikhu commented 4 years ago

Description

Installation guide for RHEL/Feroda

Fixes #1051

Type of Change:

How Has This Been Tested?

Describe the tests you ran to verify your changes. Provide instructions or GIFs so we can reproduce. List any relevant details for your test.

Checklist:

Code/Quality Assurance Only

khushishikhu commented 4 years ago

@rkpattnaik780 please review my PR and let me know what other changes i need to do to make it better.

rkpattnaik780 commented 4 years ago

@khushishikhu since most of the sections dont depend on platform, can we just add the specific sections and not all of them. Maybe we can just have a "one-time setup in RHEL/Fedora" just below the existing "A one-time setup" and do something similar for "Testing session".

khushishikhu commented 4 years ago

@rkpattnaik780 okay, i will update you with those changes

khushishikhu commented 4 years ago

@rkpattnaik780 i don't know why but i am not able to squash the commits

rkpattnaik780 commented 4 years ago

@rkpattnaik780 i don't know why but i am not able to squash the commits

You can refer this article, if your problem is not being covered here, please let me know in this thread, attach screenshots if needed.

khushishikhu commented 4 years ago

@rkpattnaik780 i don't know why but i am not able to squash the commits

You can refer this article, if your problem is not being covered here, please let me know in this thread, attach screenshots if needed.

actually it's not showing my commits in my branch whenever i run git rebase -i HEAD~3 gi

rkpattnaik780 commented 4 years ago

@rkpattnaik780 i don't know why but i am not able to squash the commits

You can refer this article, if your problem is not being covered here, please let me know in this thread, attach screenshots if needed.

actually it's not showing my commits in my branch whenever i run git rebase -i HEAD~3 gi

Seems you are in the develop branch. Can you confirm that you are in branch patch-1-1 by checking the output of git branch and then check your commit history through git log.

khushishikhu commented 4 years ago

gi in commit history it's not showing me my commits

rkpattnaik780 commented 4 years ago

I would suggest to make a new commit. That would need you to reset the current changes and copy paste from the files already pushed to github. Try to do the following steps:

  1. git fetch upstream
  2. git reset --hard HEAD~10
  3. git rebase upstream/develop (These steps will undo all your changes).
  4. Copy paste contents of this file to local file.
  5. Commit the changes as you usually do.
  6. git push -f origin/patch-1-1

Hopefully these will get the work done.

khushishikhu commented 4 years ago

@rkpattnaik780 actually somehow i got to know by myself that why my commits were not squashing. thank you

aniketrb-github commented 4 years ago

@rkpattnaik780 actually somehow I got to know by myself that why my commits were not squashing. thank you

Hi @rkpattnaik780 and @khushishikhu. I'm just leaving these two links here which I found were very easy to understand, learn & execute with necessary pre-requisites regarding commit squash. just a few commands on terminal/gitbash prompt like:

I just learned the commit squash concept yesterday & did struggle a little bit...but later got over it due to the above links shared. Thanks. :)

khushishikhu commented 4 years ago

@rkpattnaik780 now can i just go for other issues to work for OSH

rkpattnaik780 commented 4 years ago

@rkpattnaik780 now can i just go for other issues to work for OSH

Go ahead.

khushishikhu commented 4 years ago

Thank you @isabelcosta for reviewing my PR . I have done the required changes

khushishikhu commented 4 years ago

@rkpattnaik780 please review my PR

rkpattnaik780 commented 4 years ago

Squash the commits.

khushishikhu commented 4 years ago

@rkpattnaik780 i have squashed the commits