arisLIMS is an in-house inventory management system designed for dealing with sample documentation and tracking.
- Create containers
docker-compose up
- While app is running, check to see if all 3 containers are running
docker container ls
- Enter the mysql container and log into mysql
docker exec -it CONTAINER_ID bash
mysql -u root -p
- Enter the following commands
GRANT ALL PRIVILEGES ON *.* TO 'lims_admin' WITH GRANT OPTION;
GRANT ALL PRIVILEGES ON *.* TO 'root' WITH GRANT OPTION;
flush privileges;
exit
- arisLIMS can now be accessed on localhost:8080 with username & password both set to 'admin'
- Home tab and message board
- Logging in and creating admin/non-admin users
- Sample tab, changing metadata, flagging samples as low quality missing
- Using the csv file to change several samples at once
- missing sample management tab for samples that may be missing or may just be misplaced
- Updating sample database