- Node server Installation for
Crashlyzer
. - Web client Installation for
Crashlyzer
. - Setup of
react-native-crashalert
on app. Please follow the link here
- Open your terminal and run the following command (assuming you have already installed the
brew
) $brew install docker docker-compose docker-machine xhyve docker-machine-driver-xhyve
$brew cask install docker
- Take clone or Download the zip file from the link here.
- Extract the zip source file and get into the root folder of
Crashlyzer
on the terminal. - Now run the command
$
docker-compose up
NOTE : Please ensure that the docker container is already running(by the command docker-compose up
) and whenever you restarts your PC, you need to run the command docker-compose up
to start your container.
-
Open the browser and type this URL
http://localhost:8000/
in URL locator and hit enter to open the Web Client App. Please follow the(Screenshot). (NOTE : You can also edit the port no indocker-compose.yml
file in the web section.) -
You can login the app using the following credentials :
Username : admin@example.com Password : password
-
On the home page, you can check the error logs recorded. Please follow the(Screenshot).
- You can check the details of error. Please follow the(Screenshot).
- You can mark the error is resolved on the Action panel. Please follow the(Screenshot).
- You can also reopen the error on the Action panel. Please follow the(Screenshot).
If you experience Page not found or don't reach
issue on your browser to load our webclient even after docker container running then first terminate the terminal, opan again and do the following from Crashlyzer root directory:
$ `sudo docker-compose down`
$ `sudo docker-compose build`
$ `sudo docker-compose up`
MIT