Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 579 Bytes

File metadata and controls

28 lines (17 loc) · 579 Bytes

Objective

This repositiry created specifically for RebelMouse clients who is willing to perform content import from their current platform to RebelMouse

Getting started

To run it you will need docker installed

OSX and Linux

docker-compose up --build

Windows 10

docker-compose.exe up --build

Scripts code can be found in: /src/

Default entrypoint without any parameters: /src/script.py

Your data dump should be placed into: /data/

Place your account credentials: /docker.env

NOTE: This environment is using Python and MongoDB.