translate("Upgrade from Bibledit-Web to Bibledit Cloud")

translate("Follow the steps below to upgrade from the most recent release of Bibledit-Web to the first release of Bibledit Cloud.") translate("It is not supported for the client edition of Bibledit.") translate("You need basic knowledge of the Linux server Bibledit runs on.")

translate("In the steps below, the Bibledit-Web installation is located in the following folder:") /var/www/html/bibledit-web

translate("The Bibledit Cloud installation will be located in this folder in the user's home folder:") bibledit

  1. translate("Remove folder ~/bibledit:")

    rm -rf ~/bibledit

  2. translate("Open a terminal.")
  3. translate("Copy all Bibledit-Web data:")

    cp -r /var/www/html/bibledit-web ~/bibledit

    translate("It may be unable to copy one or more files in the 'tmp' folder, but that is fine.")

  4. translate("Copying may take a while.")

  5. translate("Install Bibledit Cloud in the usual way.")