SmartOS

By peterm, 8 December, 2014

I'm still getting up to speed with SmartOS. Here are some notes I took while trying to get PostgreSQL on SmartOS to parse OpenStreetMap (osm) files. My intent is to use Mapbox Studio to do some custom styling for OSM as we develop some "single purpose" maps.

Here's the summary I wrote at LAX when I came home from MMWCON down at UCLA in September 2014.

I was ultimately successful in getting data parsed in the VM and can use Mapbox Studio to connect and style the maps. Now to find some time to finish that little project...

 

Tags

By peterm, 9 June, 2014

I'm starting to work with our smart data center project. I stumbled around looking for a recipie and came up with this basic list of instructions for getting a LAMP stack on a sdc:sdc:base64:13.1.0 image.

Objective - setup a lamp install, then install Drupal 7

Apache 2.4

pkgin install apache

MySQL

pkgin install mysql-server, mysql-client

PHP

sudo pkgin install php54 php54-extensions-5.4.13

NOTE: the php54-extensions drops lots of extras module files into /opt/local/lib/php/20120301

Tags