Questions tagged [modman]

modman is a script to manage linking files from external repositories into another project when files need to be interspersed within a project. With modman, you can specify in a text file where you want your directories and files to be mapped to, and it will maintain symlinks for you so that your code is easy to hack and deploy.

https://github.com/colinmollenhour/modman

Developing extensions for software that doesn't allow you to separate your files from core files, and keeping that extension under version control and making it easy to deploy is much easier with Modman.

Modman allows you to structure your code repository in a very simple way and have the contents mapped to a different location at deployment. With modman, you can specify in a text file where you want your directories and files to be mapped to, and it will maintain symlinks for you so that your code is easy to hack and deploy. All of your cloned/checked-out modules will be kept in a directory named .modman in the location where you run modman init.

Development of this script was inspired by Magento which forces you to mix your extension files all throughout the core code directories.

5 questions
3
votes
1 answer

Magento + modman = 503 network error in checkout onepage

I have a problem installing modman on our Enterprise Magento store. We have two servers one on Linux and one on Windows (we have them like that for testing purposes). I am having problem with the server running on windows. The problem is that when…
0
votes
1 answer

How to install modman-php on windows?

A GitHub user developed something but did not provide any installation instructions. I hope someone can help me to install modman-php. It comes with three files: modman.bat modman.php modman.sh Usage example: php modman.php init Where do I have to…
Black
  • 18,150
  • 39
  • 158
  • 271
0
votes
1 answer

Unable to install modman, .profile is missing

https://github.com/colinmollenhour/modman/blob/master/README.md I am trying to install modman. First I install via: bash < <(curl -s -L https://raw.github.com/colinmollenhour/modman/master/modman-installer) modman is created at…
aahhaa
  • 2,240
  • 3
  • 19
  • 30
0
votes
1 answer

How to use modman in existing git repository

I am wondering how to use modman in projects that already have existing .git source control. Namely consider the following structure. magento_root -.git -.gitignore -.modman -extension1 -.git -*-no files will be committed! -extension2 …
Cninroh
  • 1,796
  • 2
  • 21
  • 37
0
votes
2 answers

phpunit command return "phpunit --help" screen

I'm trying to make some PhpUnit test on Magento with using ecomdev (https://github.com/EcomDev/EcomDev_PHPUnit). I've correctly installed modman, PEAR and related packages dependencies (I'm on Ubuntu server 12.04 through a Virtualbox). What is…
DarkCowboy
  • 141
  • 6