Skip to content

Setting access to the classic website data and files

Roberta Takenaka edited this page Sep 24, 2024 · 1 revision

Translation: Lilian Calò, 04-Mar-2024 Update: Development team, 24-Set-2024

Back to Table of Contents

Converting .mst and .xref files to .id

On the classic website server, install the new_platform folder (https://github.com/scieloorg/classic_webiste_migration_tools) which contains a script to convert the databases into text files whose extension is .id, so that the contents of the classic website can be accessed with read permission. The result of this procedure will generate the new_platform/bases_for_upload folder in the classic website structure, along with the bases, bases-work, proc, htdocs etc. folders. Convert the binary files of the classic website's databases whose extensions are .mst and .xrf to files with the extension .id.

Creating access to classic website folders

Using mount command, create in the same folder you will install the upload application, a volume named scielo with a subfolder named www. For instance:

\-- home
      \-- upload application folder
      \-- scielo
            \-- www

In the container, the /home/scielo/www path will be identified as /scielo_www.

Back to Table of Contents