Skip to content

A command line interface for Omeka S

License

Notifications You must be signed in to change notification settings

biblibre/omekasc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Omeka S CLI

A command line interface for Omeka S

Quick start

  1. Download omekasc.phar from the latest release into a directory that is in your $PATH and make it executable

    mkdir -p ~/.local/bin
    wget -O ~/.local/bin/omekasc https://github.com/biblibre/omekasc/releases/download/v0.5.1/omekasc.phar
    chmod +x ~/.local/bin/omekasc
    
  2. Go to Omeka S directory

    cd /path/to/omeka
    
  3. Use it

    # List all commands
    omekasc list
    
    # Get help about a command
    omekasc help settings:get
    

Available commands

help                Displays help for a command
list                Lists commands
upgrade             Run OmekaS upgrade
db:migrate          Run pending database migrations
module:activate     Activate a module
module:deactivate   Deactivate a module
module:install      Install a module
module:uninstall    Uninstall a module
module:upgrade      Upgrade a module
scaffold:module     Generates files for a new module
settings:get        List Omeka S settings
settings:set        Define Omeka S settings
user:set-password   Set a new password

License

GNU General Public License v3.0 or later

About

A command line interface for Omeka S

Topics

Resources

License

Stars

Watchers

Forks

Contributors 2

  •  
  •  

Languages