Last active
February 5, 2017 23:09
-
-
Save bashizip/ec1dad13d50facd02a7732d33cafeb1c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
./asadmin create-domain --adminport [ADMIN_PORT] | |
./asadmin change-admin-password --domain_name [DOMAIN_NAME] | |
./asadmin start-domain [DOMAIN_NAME] | |
./asadmin enable-secure-admin --port [PORT_NAME] | |
./asadmin restart-domain [DOMAIN_NAME] | |
./asadmin login --port [PORT_NAME] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment