Skip to content
forked from drubox/drubox

Utilities for a Drupal installation profile

Notifications You must be signed in to change notification settings

isholgueras/drubox

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Drubox

Drubox is not a distribution anymore. Drubox is toolbox for profiles in Drupal which can be use for add new roles, create menus, create wysiwyg profiles and (I hope) much more in the future

##Usage To use that utilities you have to do:

  • Clone the drubox repository in your profile directory with git clone https://github.com/drubox/drubox
  • Write a require_once("drubox/Drubox.php") in your myprofile.install file to load it.

##Demo In this repository cames a file called "demo.profile" with the use of this utilities.

##More utils A very useful drush command for install the site is:

drush site-install -v -y profileName --account-name=admin --account-pass=admin2012 [email protected] [email protected] --site-name="SiteName" --db-url=mysql://root:root@localhost/databaseName

About

Utilities for a Drupal installation profile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%