personium / app-uc-cell-creator

Sample App sources & Engine scripts to create new cells.
Apache License 2.0
1 stars 1 forks source link

README's setup procedure is unclear #2

Closed dixonsiu closed 7 years ago

dixonsiu commented 7 years ago
  1. UnitAdmin Cell URL equals service URL?
    Not the same thing. However, this application does not require service URL.
    According to Sakamoto-san's explanation, the cell which Personal Cell Creator deployed does not have to be an Unit Admin cell. Moreover, service URL is required.
    This is reflected in Commit 8183a1f11313e242a811772241f3c50d4e2ec51a .
  2. Can the information from procedure 2 be other UnitAdmin?
    Currently it is aimed to be used within the same Unit Admin cell.
    With proper setup, it can create new cell:
    1. in another Unit Admin cell on the same Personium server
    2. an unit Admin cell on other Personium server
  3. Are the same procedures applicable to normal web server? No, it can only be deployed on a Personium server.
dixonsiu commented 7 years ago

Sakamoto-san's comment.

  1. UnitCellにServiceを配備した場合、他のセルURLは不要ですね
    (つまりServiceを配備したCellのURLが必要です)
  2. user_cell_create.jsのUnitAdminの設定を他のUnitAdminURLにすれば別のUnitAdminにセルを作成する事が可能です