Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 2.79 KB

File metadata and controls

82 lines (59 loc) · 2.79 KB

Multi-user-distributed-text-editor-

This project is done to be submitted to CSE354 - Distributed Computing course

Files hierarchy

Links

Link to download the installer

Link to the demo video

How to run the application

Run on AWS deployed server:

  • Download installer.exe and run it
  • Select the location of the app and Install

  • Once the Application installed open distributedTextEditor.exe and

  • The application should connect to the server automatically and run smoothly

  • You can open any text file in the folder to edit it

  • You can create new file and if the name is valid the new file will be added to the server and will be editable

  • As seen the new file is added to the server and ready to be edited

Run on Local server:

  • Clone the repo or download it as zip and unzip it
  • Open the Server directory, open CMD then run
py server.py
  • leave it open and go back to the project directory, open CMD then run
py distributedTextEditor.py

-The application should open and be running in the local server

Note: Files will be stored and loaded from "/Server/documents"