git clone https://github.com/mayerph/OOMWizard.git
set database.local to false
{
"database" : {
"path_local" : "mongodb://localhost:27017/meme",
"path" : "mongodb://mongo:27017/meme",
"local" : false
},
...
}
Install ffmpeg:
https://ffmpeg.org/
Install rust
https://www.rust-lang.org/tools/install
Install neon bindings
https://neon-bindings.com/docs/getting-started/
Install node
https://nodejs.org/en/
Install react
https://reactjs.org/
Install mongodb
https://docs.mongodb.com/manual/installation/
Go to ./backend
Open ./src/config.json
set database.local to false
{
"database" : {
"path_local" : "mongodb://localhost:27017/meme",
"path" : "mongodb://mongo:27017/meme",
"local" : true
},
...
}
Specify location of ffmpeg and ffprobe
{
...,
"ffmpeg" : {
"ffmpeg" : "ffmpeg",
"ffprobe" : "ffprobe"
},
...
}
npm install
npm run start