Install SingleCIDServer

Procedure

  1. Get SingleCIDServer

    1
    git clone git@github.com:scenari/cid.git

    The file should be stored at the path cid/singleCIDRep/SingleCIDRep.php.

  2. Move the php file on a web server

    The SingleCIDServer.php file should be uploaded on a web PHP server.

  3. Initialize your SingleCIDServer

    • Ensure that the web server has writing permission on the parent folder.

    • Open the file in a web browser.

    • Fill the form:

      • set up a login and a password
      • Auto-dezip option allows SingleCIDServer to automatically dezip archived content. It should be checked if you wish to send archived website.
      • Authorize php upload option allows SingleCIDServer to receive php file. This feature is a serious lack of security and should be let unchecked unless your server is deployed in a secure context.
    • Click on the initialize button.

    • The SingleCIDServer is ready to be used.

    AdviceUpload size⚓

    The page of initialization shows the maximum upload size of php. This size could be change in the php parameters.

    WarningRemove permission on the parent folder⚓

    Once the server is initialized, the writing permission of the web server on the parent folder should be removed.