Unzip and upload desired package to your hosting and copy default.settings.php to settings.php.
Create data directory with phpfiwa, phpfina, phptimeseries and phptimestore subdirs.
Edit settings.php to meet your needs, especially database (which you also need to create) username, password, server and database, directories to data (as created above). The rest is on you.
If you want to create user account and all you get is little empty pink rectangle in register form, try adding RewriteBase / in .htaccess file right after RewriteEngine Online.
This one worked for me and I hope it will help you too.
EmonCMS on Linux webhosting HowTo
Submitted by SinyaWeo on Fri, 27/02/2015 - 09:40Choose which version you want to use:
Download newest EmonCMS here - https://github.com/emoncms/emoncms
Unzip and upload desired package to your hosting and copy default.settings.php to settings.php.
Create data directory with phpfiwa, phpfina, phptimeseries and phptimestore subdirs.
Edit settings.php to meet your needs, especially database (which you also need to create) username, password, server and database, directories to data (as created above). The rest is on you.
If you want to create user account and all you get is little empty pink rectangle in register form, try adding RewriteBase / in .htaccess file right after RewriteEngine On line.
This one worked for me and I hope it will help you too.