Skip to content

Sample importing project data set to illustrate how to import content to Chevereto V3

Notifications You must be signed in to change notification settings

chevereto/demo-importing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

V3 Demo Importing

This repo holds the contents of the importing/ path at the root of your Chevereto application. It shows how to provide content to be programmatically imported to Chevereto V3.

Folder schema

no-parse/

  • Import images as guest.
  • Any folder structure will be ignored.

parse-albums/

  • Top-level folders will be handled as album_name.
  • Images will belong to album_name.

parse-users/

  • Top-level folders will be handled as username.
  • Second-level folders will be parsed as album_name belonging to username.
  • Images will belong to username, under album_name.

Documentation

Check the Bulk Content Importer Documentation.

Credits

About

Sample importing project data set to illustrate how to import content to Chevereto V3

Topics

Resources

Stars

Watchers

Forks