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

Deploy on linux host #131

Open
TheElheym opened this issue Oct 19, 2023 · 1 comment
Open

Deploy on linux host #131

TheElheym opened this issue Oct 19, 2023 · 1 comment

Comments

@TheElheym
Copy link

Hi, how can i deploy this on a linux host or a vps?

@ArnabXD
Copy link
Owner

ArnabXD commented Oct 19, 2023

It is quite easy if you have some idea about nodejs. You can check next-js doc to host it on your on server

  • clone/download the repo
  • run yarn install && yarn run build inside root of the project
  • create a .env file and put your secrets there (use vim/nano any editor you prefer)
  • run yarn start to start the project

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

No branches or pull requests

2 participants