Skip to content

osmfj/vagrant-drupal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vagrant recipe for development OpenStreetMap Drupal site

Preparation

  1. run ./prepare.sh to get drupal files into files/drupal

  2. Install vagrant and VirtualBox or KVM/Qemu.

Getting started

  1. vagrant up

  2. add drupal to your /etc/hosts to point your virtual environment. When default, 192.168.123.10 drupal

  3. Access URL 'drupal' from your Web browser.

Login to drupal

Development data is sanitized in both email address and password.

You can login to Admin user with

username: Admin password: password

Contribute

To contribute something to improve OpenStreetMap.jp site, please follow next procedure.

  1. fork this tree onto your github.com repository.

  2. make new branch named with your theme what you want to improve.

  3. hack hack hack

  4. pull request for this repository.

To install and enable new module, please modify puppet manifest to do so.

Adding module

  • Open manifests/osm_drupal_modules.pp

  • add line such as osm_drupal::module_add{"geocoder": }

Limitation

An author tested only on Ubuntu Linux 12.04(precise) 64bit as host/guest.

Test data is sanitized.

  • removed many account who don't have article.

  • change password.

  • change mail address.

Legal

Copyright 2013, Hiroshi Miura [email protected] License: GPLv2

About

Vagrant recipe for developing OpenStreetMap.jp site.

Resources

License

Stars

Watchers

Forks

Packages

No packages published