taroved / pol

RSS generator website
MIT License
381 stars 88 forks source link

Front end and download server is getting closed automatically #1

Closed AwesomeSelfhosted closed 6 years ago

AwesomeSelfhosted commented 7 years ago

How to run the front end and download server in background? once i quit the terminal, both are getting terminated.

taroved commented 7 years ago

For development purposes I use tmux. In this case you just can detach from terminal with keys Ctrl+b + d and attach with command "tmux attach"

Or you can use bash control operator & Example of usage: python downloader.py &

AwesomeSelfhosted commented 7 years ago

python downloader.py & Even if i run in background, once i close the terminal, it gets killed. let me try tmux attach. If it works, I am planning to add more fields, such as category, data, tags and other custom fields, let me see how i can contribute to this script.

taroved commented 7 years ago

Yes, you can implement the new fields logic. You can create github pull request with your changes. You can send your questions about PolitePol internals to my GitHub profile email address.

taroved commented 7 years ago

Any questions?