Merge pull request #46 from WordOps/updating-configuration

update domain
This commit is contained in:
VirtuBox
2019-03-29 12:55:03 +01:00
committed by GitHub
6 changed files with 18 additions and 13 deletions

View File

@@ -1,6 +1,6 @@
This issue tracker is only for issues related to WordOps.
Please use <https://community.wordops.io> for support questions.
This issue tracker is only for issues related to WordOps.
Please use <https://community.wordops.net> for support questions.
If you feel the issue is a WordOps specific issue, please attach the output of the following commands.

View File

@@ -1,6 +1,6 @@
The MIT License (MIT)
Copyright (c) 2018-2019 WordOps (https://wordops.io)
Copyright (c) 2018-2019 WordOps (https://wordops.net)
Copyright (C) 2011-2017 EE Development Group (https://github.com/ee/ee/contributors)
Permission is hereby granted, free of charge, to any person obtaining a copy

View File

@@ -1,4 +1,4 @@
<h1 align="center" style="font-size:54px;"><a href="https://wordops.io">
<h1 align="center" style="font-size:54px;"><a href="https://wordops.net">
WordOps</a>
<br>
</h1>
@@ -26,6 +26,11 @@
<a href="#credits">Credits</a> •
<a href="#license">License</a>
</p>
<p align="center">
<a href="https://wordops.net"> WordOps site</a> •
<a href="https://community.wordops.net">Community forum</a> •
<a href="https://docs.wordops.net">Documentation</a>
</p>
---
@@ -142,12 +147,12 @@ wo update
## Support
If you feel there is a bug directly related to WordOps, feel free to open an issue.
For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.io/).
For any other questions/suggestions about WordOps or if you need support, please use the [WordOps Community Forum](https://community.wordops.net/).
# Contributing
If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.
There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.io).
There is no need to be a developer or a system administrator to contribute to WordOps project. You can still contribute by helping us to improve [WordOps documentation](https://github.com/WordOps/docs.wordops.net).
## Credits
@@ -157,4 +162,4 @@ There is no need to be a developer or a system administrator to contribute to Wo
## License
- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.io)
- [MIT](http://opensource.org/licenses/MIT) © [WordOps](https://wordops.net)

View File

@@ -2,7 +2,7 @@
# -------------------------------------------------------------------------
# WordOps install and update script
# -------------------------------------------------------------------------
# Website: https://wordops.io
# Website: https://wordops.net
# GitHub: https://github.com/WordOps/WordOps
# Copyright (c) 2019 - WordOps
# This script is licensed under M.I.T
@@ -689,7 +689,7 @@ if [ "$migration" -eq "1" ]; then
wo_lib_echo_info "For autocompletion, run the following command:"
wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc"
echo
wo_lib_echo "WordOps (wo) help: https://docs.wordops.io"
wo_lib_echo "WordOps (wo) help: https://docs.wordops.net"
else
echo
wo_lib_echo "For WordOps (wo) auto completion, run the following command"
@@ -697,5 +697,5 @@ else
wo_lib_echo_info "source /etc/bash_completion.d/wo_auto.rc"
echo
wo_lib_echo "Yay! WordOps (wo) installed/updated successfully"
wo_lib_echo "WordOps (wo) help: https://docs.wordops.io"
wo_lib_echo "WordOps (wo) help: https://docs.wordops.net"
fi

View File

@@ -64,8 +64,8 @@ setup(name='wo',
classifiers=[],
keywords='',
author='WordOps',
author_email='core@wordops.io',
url='https://wordops.io',
author_email='core@wordops.net',
url='https://wordops.net',
license='MIT',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests',
'templates']),

View File

@@ -1382,7 +1382,7 @@ def renewLetsEncrypt(self, wo_domain_name):
# "\nPlease check the WordOps log for reason
# The current expiry date is : " +
# str(SSL.getExpirationDate(self, wo_domain_name)) +
# "\n\nFor support visit https://wordops.io/support .
# "\n\nFor support visit https://wordops.net/support .
# \n\nBest regards,\nYour WordOps Worker", files=mail_list,
# port=25, isTls=False)
Log.error(self, "Check the WO log for more details "