-2
我已經爲Drupal 7創建了一些有用的模塊,並且我想在drupal.org marketplace上發佈該模塊。我還沒有找到任何有用的文檔發佈此項目。你能幫我發表嗎?如何在Drupal.org上發佈模塊
我的[R & d鏈接
https://www.drupal.org/node/1108980
我已經爲Drupal 7創建了一些有用的模塊,並且我想在drupal.org marketplace上發佈該模塊。我還沒有找到任何有用的文檔發佈此項目。你能幫我發表嗎?如何在Drupal.org上發佈模塊
我的[R & d鏈接
https://www.drupal.org/node/1108980
Finaly我已經得到了它。但願它它幫助其他Drupal的情人也
第一步: Click Here來配置Druple使用Git
創建項目 Click Here創建項目
保存轉到這個
Your-Project>Version control
後並按照git代碼
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 [email protected]:sandbox/kasper/2581077.git
git push origin 7.x-1.x
請添加評論唐氏投票 –
之前,所以是不是「一步一步的」指南,其次,這甚至不是一個編碼/編程的問題。 - 另外,用戶是否想要評論也是完全可選的。 – Epodax
曾經發布過drupal模塊? –