Author Topic: git  (Read 5548 times)

emedina

  • Jr. Member
  • **
  • Posts: 51
git
« on: October 26, 2019, 21:49:51 pm »
Has virtuemart any git like github or bitbucket?

jjk

  • Global Moderator
  • Sr. Member
  • *
  • Posts: 3751
  • using Matomo instead of Google Analytics
Re: git
« Reply #1 on: October 27, 2019, 14:45:20 pm »
The VirtueMart team uses Redmine. You can see the latest changes in the Repository at http://dev.virtuemart.net/projects/virtuemart/repository/show/trunk.
If you want to set up your own development environment, a good choice is to use the subversion client https://tortoisesvn.net/ and do a checkout of https://dev.virtuemart.net/svn/virtuemart/trunk/virtuemart.

Have a look at this link to read some 'how to' information: http://dev.virtuemart.net/projects/virtuemart/wiki/Setting_up_a_Development_Environment
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

emedina

  • Jr. Member
  • **
  • Posts: 51
Re: git
« Reply #2 on: October 28, 2019, 09:59:27 am »
ohh, thank's for the info