Tom Duff is sharing code with you

Bitbucket is a code hosting site. Unlimited public and private repositories. Free for small teams.

Don't show this again

tomduff / weddingsite

"weddingsite" is a software package designed to run a wedding website. It is built on top of the CodeIgniter PHP framework, and utilizes a MySQL database backend. Features include a fully-functional RSVP system, Wedding Registry manager, Wedding Party biography pages, Online Guestbook, and the ability (using fancybox, built with jQuery) to add a photo gallery.

Clone this repository (size: 1.6 MB): HTTPS / SSH
hg clone https://bitbucket.org/tomduff/weddingsite
hg clone ssh://hg@bitbucket.org/tomduff/weddingsite

weddingsite overview

Recent commits See more »

Author Revision Comments Message Labels Date
tomduff d03c723ab8ab Added installation instructions and db schema
tomduff b7fc5f788ac6 Darnit, missed a personal reference.
tomduff 80cbf804e7d3 Stupid windows and its stupid thumbs.db.
tomduff bb0120767506 Initing repo with prefab code. I believe I took out all the personal references to my own site.
An installer is coming soon.

In the mean time, you can do the following to install:

1.) Upload files to a linux apache server
2.) Set up your codeigniter database in system/application/config/database.php
3.) Go through all files in:
	system/application/controllers
	system/application/views
	system/application/models
    ...and edit the values that were changed and marked with "CHANGE THIS".
4.) Create a database
5.) Initialize the db schema by running the install/wedding.sql file on the db.
6.) Delete the install directory.

All done!