Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.25 KB

AIMA MiniCyc

Industrial application to control and monitor the "MiniCyc" particle accelerator (Cyclotron) designed by AIMA Developpement

Uses AutoCopyright

GitHub Actions Workflow Status

Setup

To run the MiniCyc application, follow these steps:

  1. Clone this repository to your machine.
  2. Run the MiniCyc.bat file
  3. Use the following credentials to log in to Grafana:
  • Username: admin
  • Password: admin

Make sure to replace admin with the appropriate username and password if you have modified the default settings in your Grafana configuration.

Contributing

If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository
  2. Create a new branch: git checkout -b my-feature
  3. Make your changes and commit them: git commit -am 'Add some feature' note that your commit message may start with a gitmoji
  4. Push the branch to your forked repository: git push origin my-feature
  5. Submit a pull request