Skip to content
/ gmailbox Public

Gmail-like application for 101 user communication via emails.

License

Notifications You must be signed in to change notification settings

zalom/gmailbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Dependancies:
  • MailCatcher

In case of:

FATAL: Listen error: unable to monitor directories for changes.

after the first time you run bin/rails s, you will have to increase a number of file watchers!

You can get your current inotify file watch limit by executing:
$ cat /proc/sys/fs/inotify/max_user_watches

You can set a new limit temporary with:
$ sudo sysctl fs.inotify.max_user_watches=524288
$ sudo sysctl -p

As seen on this Github Page (link does not open in new tab!)

About

Gmail-like application for 101 user communication via emails.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published