You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to fix it myself and make a pull request, but I could not set up the environment.
I have ubuntu 19.04 and spent 3 hours yesterday trying to install ruby 2.6.3. It's not as easy as it sounds.
I tried both package managers and rvm, and even compiled from source (got an openSSL error).
Maybe you can somehow simplify the process of deploying the project, for dummies like me? :) Maybe docker-container?
The text was updated successfully, but these errors were encountered:
Maybe you can somehow simplify the process of deploying the project, for dummies like me? :) Maybe docker-container?
There is already a Dockerfile and a docker-compose.yml in the root of the repository so you should be able to get up and running by running docker-compose up.
Hello.
I found a small problem on the site.
The pop-up side menu in the "guide" section does not scroll in safari on ios 14 (I did not check the rest).
This is a known issue (https://stackoverflow.com/questions/41594997/ios-10-safari-prevent-scrolling-behind-a-fixed-overlay-and-maintain-scroll-posi)
I tried to fix it myself and make a pull request, but I could not set up the environment.
I have ubuntu 19.04 and spent 3 hours yesterday trying to install ruby 2.6.3. It's not as easy as it sounds.
I tried both package managers and rvm, and even compiled from source (got an openSSL error).
Maybe you can somehow simplify the process of deploying the project, for dummies like me? :) Maybe docker-container?
The text was updated successfully, but these errors were encountered: