Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Load Generated Database on Vagrant Domino Server #1028

Open
JoelProminic opened this issue May 5, 2022 · 2 comments
Open

Load Generated Database on Vagrant Domino Server #1028

JoelProminic opened this issue May 5, 2022 · 2 comments

Comments

@JoelProminic
Copy link
Contributor

One of the features we want to support with #979 is loading generated On Disk Project or Domino Visual Editor database in a Vagrant Domino server. This will be useful for:

@JoelProminic
Copy link
Contributor Author

I did a test with loading a generated database to a server for #1001. I found a couple problems that we'll need to address for this issue.

  1. We should set a title for the database based on the project name. Curretly it is a generic NSFODP name, so the database is not obvious when opening from a Notes client
  2. The database names should be changed to match the project, at least on the server
  3. Add a Manager entry for the local Notes client user in the ACL. This is needed to open the database in HCL Notes or Domino
  4. Add an Anonymous entry with Editor access for testing web forms and agents. We could tweak the logic for this, but this would be a convenient default.
  5. Remove other unnecessary ACL entries (Jesse Gallager, Frost)
  6. Make sure to set the file permissions on the database to match the running user for the Domino server

Even after these updates, I got this error when opening the database in a Notes client. I suspect this was because the file permissions were cached, but this needs more testing.

image

@JoelProminic
Copy link
Contributor Author

I see this issue is out-of-date. We ended up implementing this issue using the Vagrant-REST-Interface. See #1077.

This is working, but I should go through the problem list above to see if there is anything else I want to address.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant