https://supertokens.com/ logo
j

Jayakrishna

06/06/2022, 6:34 AM
Hi @rp how can we deploy Super tokens As a docker or can we deploy UI reactJs and backend NodeJs from github code ?
r

rp

06/06/2022, 6:47 AM
hey @Jayakrishna
i don't think i understand your question
could you please elaborate?
j

Jayakrishna

06/06/2022, 6:49 AM
We have two git repository's where we can push the ReactJS UI code and NodeJs backend code can we just import your code from GITLab and do that
or else we should use docker image to deploy
r

rp

06/06/2022, 6:50 AM
I mean, you can do either
It really depends on your setup
j

Jayakrishna

06/06/2022, 6:51 AM
When Super tokens give any fix or new relase how can we update that ?
r

rp

06/06/2022, 6:51 AM
You need to update the core or the backend / frontend repo version yourself.
It really depends on which version you have and which version you are upgrading to.
if you use the managed service, we provide non breaking core upgrades automatically.
j

Jayakrishna

06/06/2022, 6:53 AM
Where can we see your updates ?
r

rp

06/06/2022, 6:53 AM
there should be a changelog file in all the repos you are using
and in the supertokens-core repo as well.
to run this is there any documentation?
r

rp

06/07/2022, 6:07 AM
hey! im not sure what you mean by import code using the above path
have you followed our quick setup guide?
it has instrs on how to install the SDKs and set it up in your application
j

Jayakrishna

06/07/2022, 6:12 AM
Is this the instructions reference https://supertokens.com/use-oss ?
r

rp

06/07/2022, 6:13 AM
partly. That will only help you setup the core on self hosted
See the guides section in the docs
and pick a recipe you care about
and follow the quick setup in there
j

Jayakrishna

06/08/2022, 8:03 AM
Hi @rp what will be the mysql version for supertokens core?
r

rp

06/08/2022, 8:04 AM
you can use the latest mysql db and it would work. Which version do you have?
j

Jayakrishna

06/08/2022, 8:05 AM
mysql 5.7.x or mysql 8v
r

rp

06/08/2022, 8:06 AM
that should be fine
j

Jayakrishna

06/08/2022, 8:10 AM
Okay thank you