Changes between Version 35 and Version 36 of InstallationGuidelines/Windows/Maintenance
- Timestamp:
- 02/11/11 22:21:13 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallationGuidelines/Windows/Maintenance
v35 v36 62 62 == Tasks for Crisis Commons == 63 63 64 * Create an automated build script for the above windows installer that takes a branch of Sahana Eden as one of the sources. I would recommend creating a build script based on Autohotkey or similar as this is quite portable in itself and can be made into an self-contained executable.64 * Create an automated build script for the above manual steps to create an installer that takes a branch of Sahana Eden the source together with the dependencies (Python + needed Libraries). I would recommend creating a build script based on Autohotkey or similar as this is quite portable in itself and can be made into an self-contained executable. 65 65 66 * Right now the installer launches other installers for Python and it's libraries in turn. It would be easier for the installer to process this in one go. Again an easily maintainable approach would be better as the versions of Python and these libraries increment. 66 * Right now the installer launches other installers for Python and it's libraries in turn. It would be easier for the installer to process this in one go. Again an easily maintainable approach would be better as the versions of Python and these libraries increment with the versions of Eden. 67 68 * Provide a dialog to capture and setup the admin password on installation 69 70 * Feel free to add other areas that can improve the overall experience of the installer for the user 71 67 72 68 73 == Other ToDo Items on the installer ==