Welcome to Bliss
Here you can find useful information about proposals, project status, topics of discussion and other items that are of interest for the bliss project progress.
Documentation
Installation @ ESRF beamline
Follow instructions here
Development Tasks, Priorities and new controllers from beamlines
This task list contains all on-going and pending development tasks which must be done to allow the installation and running of the ESRF and CRG beamlines with BLISS.
For the new controllers to be developed an inventory from beamline surveys is available here NEW CONTROLLERS LIST, check if someone is assigned to the corresponding issue.
Development at the UXUI team
BLISS meetings minutes & development sprints
- 11/07/2019 3rd Bliss Steering Committee meeting
- 06/06/2019 2nd Bliss Steering Committee meeting
- 4/4/2019 1st Bliss Steering Committee meeting
- 18/12/2018 Feedback meeting in short
- 13/12/2018 BLISS feedback meeting (Good Bad Ugly)13 dec. 2018
- 20/7/2017
- 7/7/2017, July-August sprint
BLISS dev discussion
BLISS Scrum diary
- 25/08/2017 Sprint Preparation
- 28/08/2017 Sprint Planning
- 08/09/2017 Sprint Review & Retrospective
- 11/09/2017 2nd Sprint Planning
- 29/09/2017 End of 2nd Sprint Planning
- 02/10/2017 Aborted Sprint
- 16/10/2017 3rd Sprint Planning
- 20/10/2017 3rd Sprint Follow up
- 13/11/2017 End of 3rd Sprint
- 13/11/2017 4th Sprint Planning
- 20/11/2017 4th Sprint Follow up
- 01/12/2017 End of 4th Sprint
- 04/12/2017 5th Sprint Planning
- 06/12/2017 5th Sprint Follow up
- 21/12/2017 End of 5th Sprint
- 09/01/2018 6th Sprint Planning - DCM
- 10/01/2018 6th Sprint Follow-up & Retrospective - DCM
- 05/02/2018 7th Sprint Planning - DCM
- 14/02/2018 7th Sprint Follow-up - DCM
- 05/03/2018 8th Sprint Planning
- 05/03/2018 8th Sprint Follow-up & Review
- 26/03/2018 9th Sprint Planning
- 04/04/2018 9th Sprint Follow-up & Review
- 16/04/2018 10th Sprint Planning
- 19/04/2018 10th Sprint Follow-up & Review
- 14/05/2018 11th Sprint Planning
- 16/05/2018 11th Sprint Follow-up
- 11/06/2018 12th Sprint Planning
- 14/06/2018 12th Sprint Follow-up
- 09/07/2018 13th Summer Sprint Planning
- 03/09/2018 14th Sprint Planning
- 06/09/2018 14th Sprint Follow-up
Icalepcs 2017
Job interview Python questions
Debugging tests
Log-in to bcu-ci
(needs sudo rights)
sudo docker run -it docker-registry.esrf.fr/bcu/ci-conda
apt-get install vim
. activate
conda install git
git clone https://gitlab.esrf.fr/bliss/bliss.git
cd bliss
conda create --name testenv --channel http://bcu-ci.esrf.fr/stable python=2 --file requirements-conda.txt --file requirements-test-conda.txt
source activate testenv
pip install .
Happy debugging !