apolloconfig / apollo-quick-start

Apollo Quick Start
691 stars 1.85k forks source link

[【tutorial】 How to start configservice , adminservice , portal with apollo-all-in-one.jar #101

Closed PromiseChan closed 1 year ago

PromiseChan commented 1 year ago

STEP 1. find the following command in demo.sh $SERVICE_JAR start --configservice --adminservice

STEP 2 . add " --portal " to the end $SERVICE_JAR start --configservice --adminservice --portal

STEP3. check JVM options in export JAVA_OPTS="$PORTAL_JAVA_OPTS ...

add the following JVM Options

-Ddev_meta=$config_server_url -Dfat.meta=$config_server_url -Duat.meta=$config_server_url -Dlpt.meta=$config_server_url -Dpro.meta=$config_server_url

STEP3. copy jar to portal directory cp apollo-all-in-one.jar portal/

nobodyiam commented 1 year ago

Normally, users don't need the manual step, is there a special consideration to run all of them in one process?

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had activity in the last 21 days. It will be closed in 7 days unless it is tagged "help wanted" or other activity occurs. Thank you for your contributions.

stale[bot] commented 1 year ago

This issue has been automatically closed because it has not had activity in the last 7 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted". Thank you for your contributions.