Changes between Version 4 and Version 5 of control-panel/hacking/install
- Timestamp:
- Mar 3, 2012, 10:53:31 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
control-panel/hacking/install
v4 v5 41 41 * Update with the details of the red-ui user account you created above. 42 42 * Do a search/replace for "/client" and change it to "/ui/share" 43 * If you are not going to be using https, add this line: $config['secure_cookies'] = false;43 * If you are not going to be using https, add this line: {{{ $config['secure_cookies'] = false; }}} 44 44 45 45 * In share/ihtml copy the .sample files to files without the .sample suffix. Edit if you want.