EventStaffer Code
Status: Planning
Brought to you by:
andytuba
| File | Date | Author | Commit |
|---|---|---|---|
| local | 2009-09-03 | andytuba | [r140] Moving configuration values into MySQL, setting... |
| old | 2009-07-29 | andytuba | [r96] Setting up app for multi-site deployment |
| trunk | 2009-10-25 | andytuba | [r164] Changed lang_get to implode(' ', lang_get(input... |
| deploy.sh.example | 2009-07-29 | andytuba | [r98] Added instructions on new deployments |
| readme.txt | 2009-07-29 | andytuba | [r98] Added instructions on new deployments |
| run_deploy.sh | 2009-07-30 | andytuba | [r110] Trying to figure out how to clear out those dar... |
---- INSTALLATION ---- To set up an EventStaffer deployment, 1. check out the code base from the svn depository svn co https://eventstaffer.svn.sourceforge.net/svnroot/eventstaffer eventstaffer 2. Create a MySQL database and user for use with EventStaffer, then create the tables using the install.sql script. 3. Make a copy of the site-specific files under /local and customize them for your site. cp -r local/example.com local/YOUR-SITE-NICKNAME Don't forget to edit them! 4. Copy /deploy.sh.example to /deploy.sh and edit it with the appropriate values for your site. cp deploy.sh.example deploy.sh chmod 700 ./deploy.sh Don't forget to edit it! 5. Run ./deploy.sh ---- FILESYSTEM ---- /trunk contains all the code /local contains site-specific versions of files /old contains old deployment versions of the code