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

Reticulum for Production #545

Open
NagarajuSamudrala opened this issue Jan 13, 2022 · 2 comments
Open

Reticulum for Production #545

NagarajuSamudrala opened this issue Jan 13, 2022 · 2 comments

Comments

@NagarajuSamudrala
Copy link

Hello,

I am able to compile Reticulum and Hub for Local.
Please let me know what are the change in the instructions for production ( This is for any server, not only AWS) server ..

I used instructions from following to compile for Local ..
https://github.com/mozilla/reticulum
https://github.com/mozilla/hubs

Thanks,
Nagaraju Samudrala

@NagarajuSamudrala
Copy link
Author

Hello,

For production, I used following commands while compiling reticulum.

  1. mix deps.get --only "prod"
  2. MIX_ENV=prod mix ecto.create
  3. MIX_ENV=prod iex -S mix phx.server

In Point (3), am getting following error from peerage and hackney.

image

Please suggest how to fix the error

Thanks,
Nagaraju Samudrala.

@albirrkarim
Copy link

I have installed mozilla hubs on my VPS / self-hosted server. I make some tutorials for doing that

See Installing hubs on vps

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