CORIOLANUS, DRUPAL INSTALLER SCRIPT 0.1b
Brief
------
Coriolanus is lightweight install drush script which sets up for you a very rich Drupal installation in seconds.
The script is not relying on a predefined custom profile but rather install the modules, libraries as a customizable independent distribution. You can add/remove or enable/disable modules from within the script at your choice. This adds more flexibility over a custom profile.
Project page: http://drupal.org/sandbox/jazio.net/1969760
Setting up repository for the first time
--------------------------------------------------
git clone --branch master jazio.net@git.drupal.org:sandbox/jazio.net/1969760.git coriolanus
cd coriolanus
Description
----------------
The script automatically set up a Drupal installation with a wysiwyg editor and several of the most useful modules. First it runs the drush .make file which download the necessary modules / libraries, then execute several drush commands which set up the installation of database, enable necessary Drupal modules and disable others e.g. as 'update'. You can alter the script to add new modules.
Providing the script with the database credentials is necessary or else will have to set up through the installation process manually.
Available modules:
----------------------
admin_menu, ctools, context, calendar, date, devel, features, imce, i18n, libraries, menu_block, modernizr, nice_menus, nodequeue, pathauto, relation, strongarm, token, ckeditor, jquery_update, views, views bulk operations (VBO), views_slideshow, webform
Available libraries:
----------------------
jQuery 1.7.2, jQuery UI 1.8, CKEditor 4.1
Enabled by default modules:
---------------------------
ctools views views_ui context context_ui features webform jquery_update libraries wysiwyg ckeditor
REQUIREMENTS
------------
Drush 5.x, http://drupal.org/project/drush
MySQL server 5.x
(on Windows only) Cygwin or alternative e.g. git-bash
INSTALL ON LINUX
----------------
1. Download and unzip the package unto your server
2. Before first run this script run chmod +x install.sh to make it executable
3. Open up the install.sh with a text editor and fill in your MySql user credentials in the '.database settings'
4. Run the script from the console: ./install.sh
INSTALL ON WINDOWS
--------------------------------
Cygwin is probably the easiest way. http://www.cygwin.com/
Alternatively if you're already using git-bash for github etc you can use it to run .sh scripts too.
In the cygwin or git-bash console follow the above steps.
If Cygwin or alternative are not available you still can run the .make file:
drush make coriolanus.make
but this will only download the packages.
FUTURE
-----------
There is a plan (very soon) to include an optional brand new profile in the package, and a new Bootstrap Twitter theme called Coriolis.
Closed: won't fix
drush
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.