Git Product home page Git Product logo

cloudoc's Introduction

A cross platform flutter app for browsing, saving and editing online documents, including server, powered by onlyoffice.

Also a convenient tool to set up a personal cloud-document space.

cloudoc demo

edit a word file

Server setup

Docker preparation

Setup onlyoffice documentserver: docker pull onlyoffice/documentserver and docker run -it -p 8990:80 onlyoffice/documentserver. More details could be found at documentserver. Using onlyoffice/documentserver:latest-arm64 if your machine is arm64 linux.

Server running

Now that onlyoffice doucmentserver is ready, we start to run cloudoc. cloudoc is only a storage operation interface.

dart bin/server.dart <ip>:8990, the last parameter only tells cloudoc where is doucmentserver so that cloudoc could pass data to it. ip is what current machine's ip address, localhost could not make docker-doucmentserver work.

Client running

Install flutter sdk

Do as flutter doc said.

cd client and flutter run -d chrome would start a web page in browser, while other platform is available with -d options.

cloudoc's People

Contributors

lindeer avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.