Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rmdort/ee_install
https://github.com/rmdort/ee_install
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rmdort/ee_install
- Owner: rmdort
- Created: 2011-09-08T15:56:55.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-06-29T21:31:50.000Z (over 13 years ago)
- Last Synced: 2024-10-13T18:48:38.694Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ExpressionEngine Install Script
===============================This is the beginnings of an ExpressionEngine install script. At the moment all it does is:
- Drop the existing database (assumed to be expressionengine220)
- Create a new database
- Create config.php and database.php if they don't exist
- Fix permissions on config.php, database.php, and cache/
- Delete existing image directories used for testing
- Create image directories for testing
- Changes out system/index.php so install can actually happenPlans
-----Eventually, this script will be able to do a whole ExpressionEngine install given the necessary information. It will have intelligent defaults, but allow you to customize as well.
- Prompt for configuration information, but have smart defaults
- Fix system/index.php when done
- Use python fixtures to add dummy data
- Use curl to download a large batch of pictures