This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
userzone:quickstart [2013/09/13 13:02] Matijs [Installation] |
userzone:quickstart [2020/03/12 12:06] (current) |
||
|---|---|---|---|
| Line 21: | Line 21: | ||
| - if you write project specific code: uncomment line 8: loaderDirs.GEMS_PROJECT_NAME_UC = APPLICATION_PATH "/classes/" GEMS_PROJECT_NAME_UC | - if you write project specific code: uncomment line 8: loaderDirs.GEMS_PROJECT_NAME_UC = APPLICATION_PATH "/classes/" GEMS_PROJECT_NAME_UC | ||
| - Open to [project]/application/configs/project.ini in an editor | - Open to [project]/application/configs/project.ini in an editor | ||
| + | - optionally define the project name and description at lines 2 and 3 and provide long descriptions for the project as well. | ||
| - create a new random salt containing '%s' at line 15 | - create a new random salt containing '%s' at line 15 | ||
| + | - set an admin.pwd at least 10 characters long | ||
| + | - optionally change other settings, e.g. set the locale.default to "nl" | ||
| - Open to [project]/vars/settings/db.inc.php in an editor | - Open to [project]/vars/settings/db.inc.php in an editor | ||
| - set your own database access values for HOST, USER, PASSWD and DATABASE | - set your own database access values for HOST, USER, PASSWD and DATABASE | ||
| Line 32: | Line 35: | ||
| - go to [project]/application/classes/[project name]/Menu.php | - go to [project]/application/classes/[project name]/Menu.php | ||
| - rename class NewProject_Menu to [project name]_Menu | - rename class NewProject_Menu to [project name]_Menu | ||
| + | - if you do not plan to have a projects specific menu, remove or rename the file | ||
| - make the `htdocs` the web root | - make the `htdocs` the web root | ||
| - on Unix make a link to the `htdocs` directory | - on Unix make a link to the `htdocs` directory | ||
| Line 42: | Line 46: | ||
| - choose **Yes** | - choose **Yes** | ||
| - | You're GemsTracker installation is ready to [[.:setup|set-up]] now | + | Your GemsTracker installation is ready to [[.:setup|set-up]] now |