Skip to content

Installation Instructions

zberke edited this page May 20, 2012 · 1 revision

Cludgy, but it works:

  • Create a new domain

  • Create a new MySQL DB + User with access to that db

  • Clone the repo. Make sure the app/, cake/ index.php and .htaccess files/folders are in the new domains root dir (you'll probably have to do some mv'ing b/c when you clone it'll come in to a CrowdFund/ directory).

  • copy app/config/database.php.default to app/config/database.php

  • edit the connection info for the $default db connector to be the db/user/server you created earlier.

  • go into app/config/sql/structure

  • run ./run_in_order [user] [pass] [db]

  • in core.php, turn debugging on and increase memory to 128M (see top of file)

  • I got an error about caching, so I disabled it by uncommenting line 74 in core.php Configure::write('Cache.disable', true);

  • mkdir app/tmp

  • chmod 777 app/tmp

Insert a row into project_categories (id 1) Insert a user (id 1) Insert a project (id 1). Make sure it's set to is_featured = '1'.

Clone this wiki locally