Git Product home page Git Product logo

nagyistge / onlyoffice.oneclickinstall Goto Github PK

View Code? Open in Web Editor NEW

This project forked from onlyoffice/oneclickinstall

0.0 2.0 0.0 2.77 MB

Installer used to automate the deployment process of ONLYOFFICE Community Edition.

Home Page: https://one-click-install.onlyoffice.com

License: Apache License 2.0

Batchfile 0.04% HTML 1.67% C# 39.60% CSS 11.29% Shell 24.09% ASP 0.04% JavaScript 23.27%

onlyoffice.oneclickinstall's Introduction

ONLYOFFICE One Click Installation Overview

An ONLYOFFICE One Click Installation is used to automate the deployment process of ONLYOFFICE Community Edition using the Docker container technology. ONLYOFFICE Community Edition is an open source software that comprises Document Server, Community Server and Mail Server, all to resolve the collaboration issues for both small and medium-sized teams.

How it works?

ONLYOFFICE One Click Installation service connects to a remote Linux machine via SSH (https://www.nuget.org/packages/SSH.NET/ or http://sshnet.codeplex.com/) using the following provided user data: username with admin access rights, password or SSH key and the server IP address or full domain name, uploads the scripts from the 'Executables' folder and runs them:

The scripts are performing the following:

  1. bash check-previous-version.sh
    checking the already existing data

  2. bash make-dir.sh creating the working directory /app/onlyoffice

  3. bash get-os-info.sh
    getting the information about the currently used OS

  4. bash check-ports.sh "80,443,5222,25,143,587"
    checking ports of the current computer

  5. bash run-docker.sh "Ubuntu" "14.04" "3.13.0-36-generic" "x86_64"
    installing and running Docker

  6. bash make-network.sh
    creating docker network

  7. bash run-document-server.sh
    installing Document Server

  8. bash run-mail-server.sh -d "domainName"
    installing Mail Server using the specified domain name

  9. bash run-community-server.sh
    installing Community Server

Before running each script two commands need to be executed:

chmod +x scriptPath
sed -i 's/\r$//' scriptPath

where scriptPath is the path to the script (e.g. /app/onlyoffice/setup/tools/check-ports.sh)

This is used to correct the document formatting (\n\r issues in different operating systems)

Project Information

Official website: http://one-click-install.onlyoffice.com

Code repository: https://github.com/ONLYOFFICE/OneClickInstall

License: Apache v.2.0

ONLYOFFICE SaaS version: http://www.onlyoffice.com

ONLYOFFICE Open Source version: http://www.onlyoffice.org

User Feedback and Support

If you have any problems with or questions about ONLYOFFICE One Click Installation, please visit our official forum to find answers to your questions: dev.onlyoffice.org.

onlyoffice.oneclickinstall's People

Contributors

alexeybannov avatar andreysavihin avatar

Watchers

 avatar  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.