50 | | |
51 | | * Install Git and set up an account on !GitHub: |
52 | | * http://help.github.com/win-set-up-git/ |
53 | | * Fork your own copy of Eden: |
54 | | * https://github.com/flavour/eden/fork_select |
55 | | * Update your local repo from your new fork on Github: |
| 50 | 1. Sign-up for an account on [https://github.com GitHub] |
| 51 | 1. Set up git on you your computer by following [[http://help.github.com/set-up-git-redirect|these instructions]].[[BR]] |
| 52 | 1. Update your local repository from your new fork on Github: |
68 | | * Update your configuration file. (This is something you may need to check when you update your copy of Eden from Github.) |
69 | | * Delete models\0000_update_check.py |
70 | | * Rename models\000_config.py to something else. |
71 | | * Start Eden as above -- you'll get a message saying a new 000_config.py was copied in. |
72 | | * Edit that file. Compare with your saved old copy of 000_config.py and make any changes you need in the new one. |
73 | | These might include: |
74 | | * Delete the FINISHED_EDITING_CONFIG_FILE line. |
75 | | * Set the database type and connection info. |
76 | | * Set up a mailer. |
77 | | * Choose the template and prepopulate folders. |
| 68 | 1. Test that you can {{{push}}} code back to your "origin" !GitHub repository: |
| 69 | {{{ |
| 70 | git push |
| 71 | }}} |
| 72 | 1. Update your configuration file. (This is something you may need to check when you update your copy of Eden from Github.) |
| 73 | 1. Delete models\0000_update_check.py |
| 74 | 1. Rename models\000_config.py to something else. |
| 75 | 1. Start Eden as above -- you'll get a message saying a new 000_config.py was copied in. |
| 76 | 1. Edit that file. Compare with your saved old copy of 000_config.py and make any changes you need in the new one. |
| 77 | 1. These might include: |
| 78 | 1. Delete the FINISHED_EDITING_CONFIG_FILE line. |
| 79 | 1. Set the database type and connection info. |
| 80 | 1. Set up a mailer. |
| 81 | 1. Choose the template and prepopulate folders. |