diff --git a/.nojekyll b/.nojekyll index 16f7cd5..83f15ed 100644 --- a/.nojekyll +++ b/.nojekyll @@ -1 +1 @@ -4b60cd56 \ No newline at end of file +4f688e59 \ No newline at end of file diff --git a/ACEP-Data-Catalog-User-Guides.pdf b/ACEP-Data-Catalog-User-Guides.pdf index 8a11e38..db79093 100644 Binary files a/ACEP-Data-Catalog-User-Guides.pdf and b/ACEP-Data-Catalog-User-Guides.pdf differ diff --git a/documentation.html b/documentation.html index 6ea48e3..1bc01a7 100644 --- a/documentation.html +++ b/documentation.html @@ -257,12 +257,9 @@

Creating a Local SRC_EXTENSIONS_PATH=/srv/app/src_extensions CKAN_SOURCE_MOUNT=./ckan-src/src CKAN_STORAGE_MOUNT=./ckan-src/storage -CKAN_INI_MOUNT=./ckan-src/ckan.ini -... -# Backups -BACKUP_TO=../../[backups folder name] +CKAN_INI_MOUNT=./ckan-src/ckan.ini
  • To create a replica of the current main Data Catalog, copy over the source files, storage files, ckan.ini file, and database backups from the VM. These files are located on the VM inside /opt/ckan/backups. Use scp to copy the files onto your machine. These backups are created everyday: replace [date] with the most recent date in the format yyyymmdd.

    -

    Inside of acepportal-ckan/sckan-src run the following

    +

    Inside of acepportal-ckan/ckan-src run the following

    This should result in the directory structure specified in ckan-src/README.txt

  • -
  • Create a backups folder alongside the acepportal-ckan repository on your machine. Specify the name in the BACKUP_TO setting in the .env file.

  • +
  • Create a backups folder alongside the acepportal-ckan repository on your machine. Specify the name in the BACKUP_TO setting in the .env file.

    +
    # Backups 
    +BACKUP_TO=../../[backups folder name]
  • Run the following commands inside the backups folder to copy over the database and datastore.

  • Inside of the ckan.ini file, set the ckan.site_url setting to the localhost url as so:

    -
    ckan.site_url = http://127.0.0.1:5000
  • +
    ckan.site_url = http://127.0.0.1:5000
  • Build the containers using,