Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add warning about ImportError execute_manager.

...

cd /opt/graphite/webapp/graphite
sudo python manage.py syncdb
  • If you are using the default sqlite3 database, create an administrator username/password when prompted to and then re-open local_settings.py and add the administrator username/password to the DATABASES variable.
  • If you receive an error "ImportError: cannot import name execute_manager", you have an old version of graphite-web that requires Django 1.4. Get the latest changes from the GitHub repositories.

Make sure that the entire storage directory (default /opt/graphite/storage) and all files are owned by the webserver process.

...