Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Where's the "deployment" info? #17

Open
inspiredearth opened this issue Dec 14, 2020 · 3 comments
Open

Where's the "deployment" info? #17

inspiredearth opened this issue Dec 14, 2020 · 3 comments

Comments

@inspiredearth
Copy link

Hi there.

The readme says, "See deployment for notes on how to deploy the project on a live system." But it's not obvious to me what it's referring to. I’d like to set this up on a live server, preferably without getting involved with Docker.

Are there instructions for this?

Thanks very much,

Jonathan

@Egregius
Copy link

I would like to do the same. Can't get docker running on my server. Would rather just use nodejs but can't find any instructions.

@andrewlytvyn
Copy link

andrewlytvyn commented Jan 24, 2021

@inspiredearth @Egregius

  • Copy app directory to your server
  • Replace process.env.TELEGRAM_TOKEN
    process.env.TELEGRAM_CHAT_ID
    process.env.FB_EMAIL
    process.env.FB_PASSWORD
    with your data
    in file bot.js
  • And run
    npm install
    npm start

@Egregius
Copy link

Egregius commented Feb 3, 2021

Thank you!
npm is installed and I'm logged in (after disabling 2FA in Facebook). But now I get the same error as in #18

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants