Droptica DevServer
Component ID
1992798
Component name
Droptica DevServer
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Droptica DevServer is virtualbox image with configured Ubuntu Server 12.04, GIT, Jenkins and sample Drupal project with PHPunit tests.Â
DOWNLOAD
Informations about operating system:
- OS: Ubunutu 12.04
- Linux user name: droptica
- Linux user password: drop
- Network configuration: auto dhcp
- Mysql root password: drop
Â
ApacheÂ
Virtual hosts file:Â /etc/apache2/sites-enabled/jenkins
PHPMyAdmin: http://SERVERIP/phpmyadminÂ
Jenkins:
Jenkins jobs directory:Â /var/lib/jenkins/jobs/drupalproject_dev/workspace
Informations about Drupal sample project:
GIT repository location (bare): /var/git/drupalproject.git
Repository structure:
- app - Drupal core and modules
- conf - configuration files (Drupal settings, PHPunit settings)
- database - Drupal database dump (after fresh installation)
- docs - information how to run build script on local machine
- scripts - build.sh script
Drupal administrator
login: admin
password: 123
PHPUnit tests examples
app/sites/all/modules/custom/application/tests/application.test
