Skip to content
This repository was archived by the owner on Jan 22, 2020. It is now read-only.
This repository was archived by the owner on Jan 22, 2020. It is now read-only.

Add solutions to common deployment issues in README #126

@delventhalz

Description

@delventhalz

Specifically these two issues popped up for many students on Linux:

Issues with number of watchers:
https://stackoverflow.com/questions/22475849/node-js-error-enospc/32600959#32600959
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

Sudo required for every docker command:
https://docs.docker.com/install/linux/linux-postinstall/#manage-docker-as-a-non-root-user

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions