Giter Club home page Giter Club logo

open365's Introduction

Open365 Installer

Overview

This is the main Open365 installer. It installs all the required components to run Open365 in your computer.

Requirements

  • Docker
  • Docker-compose (1.3 or higher)
  • Python3

Python packages

  • Debian / Ubuntu:
 $ apt-get install libmysqlclient-dev python3-dev
 $ pip3 install mysqlclient 
 $ pip3 install pymongo
 $ pip3 install ldap3
 $ pip3 install requests
  • Fedora
 $ pip3 install pymongo
 $ pip3 install ldap3
 $ pip3 install requests
 $ yum install python3-mysql

We require SELinux to be disabled.

How to use it

Install Open365

Execute the next command and follow the instructions:

$ sudo ./open365 install

This will download all the required docker images, and start running open365. In this beta release these images can occupy more than 15gb of space. We are in the process of reducing this to a respectable number.

Uninstall Open365

If you want to uninstall Open365, you just need to run:

$ sudo ./open365 destroy

This command will clean everything related with Open365.

Create users and domain

If you want to create new users run the following command:

$ sudo ./open365 user-create USERNAME --firstname FIRSTNAME --surname SURNAME --password PASS --email USER_EMAIL

For more information about this command run:

$ sudo ./open365 user-create -h

Since it is possible to create users in different domains, there is an option to create new domains:

$ sudo ./open365 create-domain DOMAIN

Contribute

Contribute

Issue Tracking

We use the GitHub issue tracking.

Licensing

Open365 is licensed under the AGPL. Check LICENSE for licensing information.

open365's People

Contributors

cotes avatar jcarlosn avatar anortef avatar tlex avatar themadgoblin avatar vhanda avatar afiestas avatar

Watchers

James Cloos 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.