Toggle navigation
Home
安装部署
Archives
Tags
Open365环境部署
环境搭建
2019-05-06 06:51:53
139
0
0
louyj
环境搭建
Open365 Installer ================= # Overview This is the main [Open365](https://open365.io/) 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 $ 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 ``` - CentOs ``` yum install openssl openssl-libs openssl-devel wget https://www.python.org/ftp/python/3.4.3/Python-3.4.3.tgz tar zxvf Python-3.4.3.tgz cd Python-3.4.3/ ./configure --prefix=/root/programs/python3.4.3 make make install ln -s /root/programs/python3.4.3/bin/pip3 /usr/bin/pip3 yum install docker docker-devel service docker start pip3 install pymongo pip3 install ldap3 pip3 install requests pip3 install docker-compose yum install MySQL-python yum install mysql-devel pip3 install mysqlclient ``` We require SELinux to be disabled. # How to use it ## Download ``` wget https://github.com/Open365/Open365/archive/master.zip mv master.zip open365.zip unzip open365.zip mv Open365-master/ ../programs/open365 cd ../programs/open365/ vi open365 #!/usr/bin/env /root/programs/python3.4.3/bin/python3.4 ``` ## 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 --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](CONTRIBUTING.md) # Issue Tracking We use the GitHub issue tracking. # Licensing Open365 is licensed under the AGPL. Check [LICENSE](LICENSE) for licensing information.
Pre:
Certbot
Next:
Install JDK
0
likes
139
Weibo
Wechat
Tencent Weibo
QQ Zone
RenRen
Submit
Sign in
to leave a comment.
No Leanote account?
Sign up now.
0
comments
More...
Table of content
No Leanote account? Sign up now.