Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 774 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 774 Bytes

moonmen

Synchronised folder across multiple devices

Usage

moonmen can be used with two commands server and client

It is recommended to create virtual environment to run this application and install the dependencies inside this virtual environment

  1. Clone this repository with git clone https://github.com/acabhishek942/moonmen.git
  2. cd moonmen
  3. pip3 install -r requirements.txt

server

python3 moonmen/start.py server -p 8124 -d /Users/ac/Moonmen/MoonmenServer -b ./.moonmen-server-backup

client

python3 moonmen/start.py client -o 192.168.43.201 -p 8124 -d /Users/ac/Moonmen/MoonmenClient -b ./.moonmen-client-bckup

Help

use python3 moonmen/start.py (server|client) --help to see all the arguments that can be passed