BackofenLab / AxoWise

An integrated graph system of biological entities, functional terms, and publications.
Apache License 2.0
4 stars 0 forks source link

NN-162 Installation Guide for MacOS #31

Closed kataikko closed 1 year ago

kataikko commented 1 year ago

This should now be a more consise Installation guide for Mac users. Only Frontend info is still missing.

The Requirements_Mac.mk is not to be used yet. I'll try to update it at a later time, so an easy installation can be provided.

Alken0 commented 1 year ago

there are some points that you could improve in future pull-requests:

  1. there are some commits of Nico in your branch
    • this should not happen with rebases
    • if you want you may delete them locally and "push --force" to override this branch (don't do it on master!)
      1. think in the beginning if you want to have several commits in the end or only one
    • it's possible to either squash when merging (then all commits get combined to one) - I would recommend it in this case, because you can edit the commit message
    • you can "rebase and merge" - in this case all you commits get put on top of master -> but if you do this you should add at least the NN-XX tag in front of every commit