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

Fix the setup for local dev #292

Open
nathanaelhoun opened this issue Oct 4, 2021 · 0 comments · May be fixed by #285
Open

Fix the setup for local dev #292

nathanaelhoun opened this issue Oct 4, 2021 · 0 comments · May be fixed by #285
Labels
CI/CD/GitHub Related to the CI/CD or GitHub configuration documentation Improvements or additions to documentation

Comments

@nathanaelhoun
Copy link
Member

Describe the problem

When launching a new local development, a lot of steps are required

  • installing the good version of node
  • creating an empty database with mariadb
  • running npm i
  • importing an initial sql file for config and users
  • creating a fake LDAP to connect to the app
  • running npm start

Solution
There was a proposal of using Docker in #285 to make the startup straightforward. But this will introduce a lot of complexity for someone who is not familiar with containers.

So the new idea is to discard the work of #285 and the documentation and to work to ease the setup process:

  • disabling LDAP connection on local dev
  • automatic importation of config and users files at first startup
  • gives the initial credentials to the developer (in the doc or in the server console)
@nathanaelhoun nathanaelhoun added documentation Improvements or additions to documentation CI/CD/GitHub Related to the CI/CD or GitHub configuration labels Oct 4, 2021
@nathanaelhoun nathanaelhoun linked a pull request Feb 17, 2023 that will close this issue
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI/CD/GitHub Related to the CI/CD or GitHub configuration documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant