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

Add installation script / process #251

Open
4 of 5 tasks
Tracked by #249
hoeyi opened this issue Jun 1, 2024 · 1 comment
Open
4 of 5 tasks
Tracked by #249

Add installation script / process #251

hoeyi opened this issue Jun 1, 2024 · 1 comment
Assignees
Labels
area: build system Dependency, installation, or CI/CD-related feature New feature or request

Comments

@hoeyi
Copy link
Owner

hoeyi commented Jun 1, 2024

Is your feature request related to a problem? Please describe.

For demos, we don't want to have to download the source and compile, which will be a time-consuming process. It would be best to have a light-weight installation process that can spin up a Docker app for portability. The user should also be able to do basic configuration steps and data seeding for the database component.

Describe the solution you'd like

The installation process will cover the following:

  • Pull the most recent Docker images from the package repository.
  • Prompt the user to setup a web and API user (they should be different). These will be passed to the respective components and saved for future use.
  • Prompt the user to configure a new database admin account and disable the 'sa' account (optionally).
  • Apply sample data seeding for the database via the ef bundle app.
  • Restart the web service component, to ensure port mapping takes effect.
@hoeyi hoeyi added area: build system Dependency, installation, or CI/CD-related feature New feature or request labels Jun 1, 2024
@hoeyi hoeyi self-assigned this Jun 2, 2024
@hoeyi
Copy link
Owner Author

hoeyi commented Jun 16, 2024

Setting aside second requirement for now.

hoeyi added a commit that referenced this issue Jun 17, 2024
Adds an installation process for a Docker-ized installation of the application.

Resolves #251
hoeyi added a commit that referenced this issue Jun 17, 2024
Adds an installation process for a Docker-ized installation of the application.

Resolves #251
Resolves #249
@hoeyi hoeyi mentioned this issue Sep 8, 2024
hoeyi added a commit that referenced this issue Sep 15, 2024
Add cross-platform Docker installation and data migration scripts. Port existing scripts to batch scripts. Resolves #249, #250, #251.

Add role-based access control to most pages, including built-in superuser for creating additional users. Resolves #252, #254.

Remove majority of obsolete code from data access layer and resolve null-reference errors is web layer.

Resolves #249 
Resolves #250 
Resolves #251 
Resolves #252 
Resolves #254
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: build system Dependency, installation, or CI/CD-related feature New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant