EmonCMS on Linux webhosting HowTo

Choose which version you want to use:

  • Master - stable tree
  • Extended - development tree

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.