Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
rupl committed Mar 11, 2012
1 parent ffbcb62 commit 1e34516
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions README.md
Original file line number Original file line Diff line number Diff line change
@@ -1,6 +1,8 @@
DRUSH MAKE GENERATOR DRUSH MAKE GENERATOR
====================

http://drushmake.me http://drushmake.me
-------------------------------------------------- -------------------


This tool is a GUI for drush make. This tool is a GUI for drush make.


Expand All @@ -18,23 +20,20 @@ website, including:




INSTALLATION / SETUP INSTALLATION / SETUP
-------------------------------------------------- --------------------
1) First time installs should import drushmake_gen.sql into your database.
drushmake_alter.sql upgrades from the previous version only

2) Copy _config.example.php to _config.php and make your changes


3) Install each version of drupal that you want to generate makefiles for. 1. First time installs should import drushmake_gen.sql into your database.
drushmake_alter.sql upgrades from the previous version only
2. Copy _config.example.php to _config.php and make your changes
3. Install each version of drupal that you want to generate makefiles for.
The scripts expect them to live in the root directory at /d6, /d7, etc. The scripts expect them to live in the root directory at /d6, /d7, etc.

4. I loaded about 100 modules up, you may want more.
4) I loaded about 100 modules up, you may want more.
I got all the data from this URL: http://drupal.org/project/usage I got all the data from this URL: http://drupal.org/project/usage

5. Run /update.php once you're satisfied with your contrib list;
5) Run /update.php once you're satisfied with your contrib list;
It will fetch the current version for all your modules and get the It will fetch the current version for all your modules and get the
site to produce accurate makefiles. site to produce accurate makefiles.




TO-DO TO-DO
-------------------------------------------------- -----
https://github.com/rupl/drush_make_generator/issues https://github.com/rupl/drush_make_generator/issues

0 comments on commit 1e34516

Please sign in to comment.