Web application to edit Robot Framework files remotely
- Requirements:
docker,docker-compose&yarn
- Create the
.envfile in/backendwith the proper values (seebackend/.env.dist)- Check Backend documentation for more details on environment values if needed
- Install backend and frontend node modules
cd backend/ && yarncd frontend/ && yarn
- Run
sudo docker-compose build - Run
sudo docker-compose up- If database migrations seem to fail at start, run
sudo docker-compose upagain orsudo docker-compose down --volumes&sudo docker-compose up
- If database migrations seem to fail at start, run
- The application should be viewable in
localhost:3000
- Feature is implemented
- Tests are passed
- Documentation is updated to match the state of the application
- Code is reviewed: at least 2 persons have accepted changes in the pull request
- The feature works in production environment