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 againweddingsite 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!