Some WCMS:s to test
IMPORTANT:
When importing the database in the drupal_db folder please name it vanilladrupal.
The Drupal settings file in sites/default.settings.php is configured to connect to a database named vanilladrupal with username root and password mysql (default in AMPPS)
IMPORTANT:
When importing the database in the wordpress_db folder please name it wordpress.
The Wordpress settings file wp-config.php is configured to connect to a database named Wordpress with username root and password mysql (default in AMPPS)
REALLY IMPORTANT: Wordpress uses a lot of absolute links that refer to the original url paths when first installed. Since I installed wordpress into localhost/cmser you will need to move/copy the wordpress folder into a folder called cmser in your site root. (Meaning the www folder if you are running AMPPS.)
Install ghost by following this address:
https://bitnami.com/stack/ghost/installer
NOTE: Choose 127.0.0.1 (localhost) as your IP-address. Choose a port such as 8080 for web and 4430 for secure web.
Then run on your chosen port, like localhost:8080 To login to ghost just add /ghost to the end of any URL.
Maybe we'll work out a way to have ghost IN our repo soon ;)