Part 2: Learning as I go: building an Omeka-S workspace with Lando

Hardy PottingerHardy Pottinger
1 min read

Here’s a quick thing I did for a couple of my colleagues, to demo writing a Lando environment from scratch. I grabbed the latest copy of Omeka-S and unzipped the file, then wrote the following .lando.yml file

name: omeka-s 
recipe: lamp config: php: '7.3' 
webroot: . 
database: mysql:5.7 
xdebug: false

And then I modified the config/database.ini file to use the default DB credentials used by Lando:

user = "lamp" 
password = "lamp" 
dbname = "lamp" 
host = "database"

And then I ran lando start and followed along with the rest of the Omeka S install guide.

Lando tells you the URL you need to visit after your site comes up.

0
Subscribe to my newsletter

Read articles from Hardy Pottinger directly inside your inbox. Subscribe to the newsletter, and don't miss out.

Written by

Hardy Pottinger
Hardy Pottinger

DSpace Committer, since 2011, and works for the California Digital Library as a Publishing Systems Developer. Currently learning a lot about many different tech stacks, but especially enjoying working with the Janeway scholarly publishing platform. Prior to working for CDL, worked for UCLA Library as a developer on both their services team (back-end stuff), and their applications team (front-end stuff). Keenly interested in DevOps tools, technologies, and cultures. Loves working at home, and will talk your ear off about it.