2
I Use This!
Activity Not Available

News

Analyzed over 2 years ago. based on code collected over 2 years ago.
Posted about 9 years ago by steveswinsburg
I have had a fitness tracker of some descript for many years. In fact I still have a stack of them. I used to think they were actually tracking stuff accurately. I compete with friends and we all have a good time. Lately though, I haven’t really seen the fitness benefits I would have expected […]
Posted almost 10 years ago by steveswinsburg
GradebookNG is now included in the recently released Sakai 11! If you want to use the Import From Site feature to migrate content from previous sites to new sites, you need to have GradebookNG in the previous site. You can do this in two ways: Add GradebookNG to the sites you are migrating FROM. You […]
Posted almost 10 years ago by steveswinsburg
GradebookNG is now included in the recently released Sakai 11! If you want to use the Import From Site feature to migrate content from previous sites to new sites, you need to have GradebookNG in the previous site. You can do this in two ways: Add GradebookNG to the sites you are migrating FROM. You […]
Posted almost 10 years ago by steveswinsburg
I’ve just finished building a new Vagrant box for Oracle 12c. This one uses only Vagrant and a shell script. Grab it from github: https://github.com/steveswinsburg/oracle12c-vagrant During the course of this install I came up against several issues ... [More] with the Oracle silent installer itself. There were files missing, an incomplete compilation of binaries (but Oracle reports […] [Less]
Posted almost 10 years ago by steveswinsburg
I’ve just finished building a new Vagrant box for Oracle 12c. This one uses only Vagrant and a shell script. Grab it from github: https://github.com/steveswinsburg/oracle12c-vagrant During the course of this install I came up against several issues ... [More] with the Oracle silent installer itself. There were files missing, an incomplete compilation of binaries (but Oracle reports […] [Less]
Posted over 10 years ago by steveswinsburg
I discovered this feature by accident when setting up a new tool and configuring its registration file. The registration file is what you use to wire up a webapp in Sakai so that it can be added to sites. You can give it a title, description, tell it what site types are supported and a […]
Posted over 10 years ago by steveswinsburg
I discovered this feature by accident when setting up a new tool and configuring its registration file. The registration file is what you use to wire up a webapp in Sakai so that it can be added to sites. You can give it a title, description, tell it what site types are supported and a […]
Posted about 11 years ago by steveswinsburg
Sakai has recently switched over to using the MariaDB connector for MySQL databases, and a number of institutions are running MariaDB in production, so I thought I might as well change my dev machine over to MariaDB. To ease the transition, I whipped up a Vagrant box so I could run this in a VM […]
Posted about 11 years ago by steveswinsburg
Sakai has recently switched over to using the MariaDB connector for MySQL databases, and a number of institutions are running MariaDB in production, so I thought I might as well change my dev machine over to MariaDB. To ease the transition, I whipped up a Vagrant box so I could run this in a VM […]
Posted about 11 years ago by steveswinsburg
Ever needed an instance of MySQL to test something or develop against or just for fun but didn’t want to go through the hassle of installing etc? Clone this: https://github.com/steveswinsburg/mysql-vagrant Run this: vagrant up Done.