如何在 Drupal.org 上发布模块
How Publish Module On Drupal.org
我已经为 Drupal 7 创建了一些有用的模块,我想在 drupal.org 市场上发布它。我还没有找到任何有用的文档来发布这个项目。你能帮我发布它们吗?
我的研发链接
Finaly I have Got It . HopeFully It It Help Other Drupal Lover Also
初始步骤:
Click Here 与 Git
配置 Druple
创建项目
Click Here 创建项目
After Save goto the Your-Project>Version control
and follow the git
code
mkdir kasper_test
cd kasper_test
git init
git checkout -b 7.x-1.x
echo "name = Kasper test" > kasper_test.info
git add kasper_test.info
git commit -m "Initial commit."
git remote add origin kasper@git.drupal.org:sandbox/kasper/2581077.git
git push origin 7.x-1.x
我已经为 Drupal 7 创建了一些有用的模块,我想在 drupal.org 市场上发布它。我还没有找到任何有用的文档来发布这个项目。你能帮我发布它们吗?
我的研发链接
Finaly I have Got It . HopeFully It It Help Other Drupal Lover Also
初始步骤: Click Here 与 Git
配置 Druple创建项目 Click Here 创建项目
After Save goto the
Your-Project>Version control
and follow the gitcode
mkdir kasper_test
cd kasper_test
git init
git checkout -b 7.x-1.x
echo "name = Kasper test" > kasper_test.info
git add kasper_test.info
git commit -m "Initial commit."
git remote add origin kasper@git.drupal.org:sandbox/kasper/2581077.git
git push origin 7.x-1.x