NOTE: Im Editing this until its done..using this as my writing space :) feel free to add update as well
Build a Project Management tool with just drupal core + views
this Tutorial will NOT Cover themeing, we will be using the out of box theme. themeing this recipe will be covered in a seperate topic.
Pre Requisits
- Drupal Version: Drupal 7.x
- Custom Modules: Views, Views UI
- Theme: Bartik
Presenters configuration
- OS:
$ cat /etc/linuxmint/info
RELEASE=13
CODENAME=maya
EDITION="Cinnamon 64-bit"
DESCRIPTION="Linux Mint 13 Maya" - Apache Version:
$ apache2 -v
Server version: Apache/2.2.22 (Ubuntu)
Server built: Jul 12 2013 13:37:10 - Mysql Version:
$ mysql -v
Server version: 5.5.32-0ubuntu0.12.04.1 (Ubuntu) - PHP Version:
$ php -v
PHP 5.3.10-1ubuntu3.7 with Suhosin-Patch (cli) (built: Jul 15 2013 18:05:44)
Copyright (c) 1997-2012 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2012 Zend Technologies
Steps
Content