I don't seem to have Course Analytics. I googled and found a page which says
If you cannot see the View Course Analytics link, your institution has restricted this feature.
I'm an admin. But don't remember this feature anywhere. Where can I enable it?
(sorry I coundn't edit my original post)
--
---
You received this message because you are subscribed to a topic in the Google Groups "Canvas LMS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/canvas-lms-users/DX8tl3DXbpo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to canvas-lms-use...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "Canvas LMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to canvas-lms-use...@googlegroups.com.
I've installed Sun's JRE and JDK, run cassandra server with bin/cassandra -f, initiated it's database with cqlsh:
CREATE KEYSPACE page_views WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
CREATE KEYSPACE auditors WITH REPLICATION = { 'class' : 'SimpleStrategy', 'replication_factor' : 1 };
then added to config/cassandra.yml:
production: page_views: servers: - 127.0.0.1:9160 keyspace: page_views auditors: servers: - 127.0.0.1:9160 keyspace: auditors
finally when I run rake db:migrate I get an error from PostgreSQL — there's no user boris:
$ /var/canvas: rake db:migrate rake aborted! PG::ConnectionBad: FATAL: role "boris" does not exist
I've made PostgreSQL table for canvas user. How do I notify PostgreSQL that despite I'm boris, I want it to look up the database for canvas. Or is it recommended to have a user name same as PostgreSQL database owner name?
--
--
---
You received this message because you are subscribed to a topic in the Google Groups "Canvas LMS Users" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/canvas-lms-users/DX8tl3DXbpo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to canvas-lms-use...@googlegroups.com.