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

Makefile modifications, need comprehensive test. #218

Merged
merged 4 commits into from
Jan 6, 2024

Conversation

lvalics
Copy link
Collaborator

@lvalics lvalics commented Jan 6, 2024

first run "make preinstall" to create .env file and venv environment
you will need to edit .env file, it will be created from example.env
after .env is done, run "make install" to create run the nginx and docker-compose.
doublecheck if the nginx.conf is correct, if not, edit it and run "make install" again
if you want to run the app in development mode, run "make dev-start"
to stop the app, run "make dev-stop"
to run migrations, run "make force_migrate"
to see the logs, run "make logs"
to enter the python container, run "make exec"
to restart the python and celery containers, run "make restart"
to stop the app, run "make down" (in dev mode, run "make dev-stop")

 while also updating your branch with the latest changes from the remote
  repository. Remember to resolve any merge conflicts that might arise
  when you apply the stashed changes.
@codebanesr codebanesr merged commit c834403 into openchatai:main Jan 6, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants