-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A full instructions for starting from scratch. #89
Comments
@zrn-fight How is the progress of the project deployment this week? |
@545641826 I have deployed the matrix project according to your deployment method. I changed the domain name in export host = localhost to my own domain name fontweb.asia, but after I entered fontweb.asia: 8008 in the address bar of the browser, the server that cannot connect to fontweb.asia is displayed. |
Oh, you have misunderstood the purpose of the project.There is no domain name and registered server are required. You can run it without any modify. |
I deployed it on Tencent ECs. Do you mean that I only need to deploy it on my own computer? OK, I'll deploy locally. Thank you |
And, did the original deployment plan encounter any problems? |
@zrn-fight Please speak freely here. I hope you can evaluate these deployment scripts from the perspective of a new user as a reference for my next modification. If you encounter any trouble, you can give feedback here, and we can analyze the reasons together. This will be much faster. |
OK.After I typed docker-compose run --rm -e SYNAPSE_SERVER_NAME=$HOST -e SYNAPSE_REPORT_STATS=yes synapse generate on the virtual machine,there was an error that I haven't solved.Errors are reported as follows: |
Yes, this seems to be a problem that docker beginners are prone to encounter. Your question can help others to solve the problem quickly. see: solution |
Would you please run |
I guess the admin user is not allowed to execute docker commands by default, like the root in centos. In this script, all commands that do not start with |
@zrn-fight OK, I have writen a new version for you, please try it as soon as possible and give me a reply. see: easy-matrix-wechaty |
I tried to use the new version you wrote, but an error was reported after entering Chmod + X. / run.sh. I tried the first version of easy matrix wechaty again, and it ran successfully. |
What's wrong with it?And why the first version can run now? |
【chmod: : unable to read files / homeserver.yaml: there is no file or directory】 |
You do not need to install a browser. Just install the client according to the readme file. |
Your machine is too weird. Why run |
ok,I will try to install a client. |
@yswtrue Are you interesting to be next user of easy-matrix-wechaty. It's easy for you. Your evaluation will be a valuable reference for further development. |
Is the service started by running this command [docker-compose -f "docker-compose.yml" up -d]? The service cannot start after I run it |
please attach the log, let me see see. |
【docker-compose -f "docker-compose.yml" up -d】 |
Which mean that you have started the synapse successfully.
Registering users are only the installation process, not the startup process. And in the new version of easy-matrix-wechaty, a script to run the server has been added. |
easy-matrix-wechaty is a simple and fast temporary deployment solution that provides a way to experience the main functions of matrix-appservice-wechaty. After some simple steps you can deploy a synapse server and a matrix-appservice-wechaty server. At present, in order to have a better experience, we need a domain name and a computer with a public IP address. Fortunately, we are designing a full-featured deployment plan for unpublic IP and domain names, and it is expected to be released this year(If it's necessary. ^_^).
I test it with a wechaty account name "疯帽子"(mad hatter, id: little-printf). After a period of testing, I will try to merge into this project (if appropriate). Welcome anyone to point out the shortcomings of it.
The text was updated successfully, but these errors were encountered: