This work is licensed under a Creative Commons Attribution 4.0 International License.
- create system user from the
hiphop shell
:ssh user@localhost -p 2000 # enter password su -h # help for su command # example # su -m c -u system -p system -n system -e [email protected] # username: system password: system
- open app in browser and login with
system user
that you created in previous step.http://localhost:8080
See here for user guide and documentation.