Coder Social home page Coder Social logo

Comments (19)

fkcctv1 avatar fkcctv1 commented on July 29, 2024 1

Is it necessary to install synapse admin and synapse on the same server?

from synapse-admin.

rubo77 avatar rubo77 commented on July 29, 2024

The Readme states, how to do it, what else do you need? where are you stuck?

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

I have a vps on Ubuntu 19, how do I use the built using react-admin. Command instead?

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

What necessary software do I need to install first?

What command should I enter to start the installation

from synapse-admin.

awesome-manuel avatar awesome-manuel commented on July 29, 2024

@fkcctv1 I hope you're aware that this is not a desktop application. It's a web app which means it basically runs a web server and you can access it with a browser.
The command yarn is a packages manager for nodejs. Using Ubuntu you can install it with snap install node.
The commands in the README.md will download the required dependencies and then start a development web server on your local machine.

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

root@vultr:~# snap install node
error: snap "node" is not available on stable but is available to install on the following
channels:

   edge       snap install --edge node

   Please be mindful pre-release channels may include features not completely tested or
   implemented. Get more information with 'snap info node'.

what should I do?

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

自述文件指出,该怎么做,还需要什么?你困在哪里?

I have no idea what I should do, I hope you can guide me step by step, I will be very grateful

from synapse-admin.

awesome-manuel avatar awesome-manuel commented on July 29, 2024

Since node has several channels, you could select 12/stable using snap install --channel=12/stable node.

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

Since node has several channels, you could select 12/stable using snap install --channel=12/stable node.

root@vultr:~# snap install --channel=12/stable node
error: This revision of snap "node" was published using classic confinement and thus may perform
arbitrary system changes outside of the security sandbox that snaps are usually confined to,
which may put your system at risk.

   If you understand and want to proceed repeat the command including --classic.

what should I do?

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

Since node has several channels, you could select 12/stable using snap install --channel=12/stable node.

I am a computer idiot, thank you very much for your help,

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

Since node has several channels, you could select 12/stable using snap install --channel=12/stable node.
root@vultr:~# yarn install synapse-admin
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

what should I do

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

The Readme states, how to do it, what else do you need? where are you stuck?

root@vultr:~# yarn install synapse-admin
00h00m00s 0/0: : ERROR: [Errno 2] No such file or directory: 'install'

what should I do

from synapse-admin.

awesome-manuel avatar awesome-manuel commented on July 29, 2024

Sorry @fkcctv1 this tool is currently not suitable for beginners.
You could also try running our Docker container: https://hub.docker.com/r/awesometechnologies/synapse-admin

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

Thank you

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

Sorry @fkcctv1 this tool is currently not suitable for beginners.
You could also try running our Docker container: https://hub.docker.com/r/awesometechnologies/synapse-admin

Thank you

from synapse-admin.

awesome-manuel avatar awesome-manuel commented on July 29, 2024

OK, I try to explain it really step by step:
You have two options:

  1. Download the source code from github and run using nodejs
  2. Run the Docker container

Steps for 1):

  • install git: apt install git
  • install nodejs: snap install --channel=12/stable --classic node
  • download the source code: git clone https://github.com/Awesome-Technologies/synapse-admin.git
  • go into download directory: cd synapse-admin
  • download dependencies: yarn install
  • start web server: yarn start

Steps for 2):

  • run the Docker container: docker run -p8080:80 awesometechnologies/synapse-admin
  • go to http://localhost:8080

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

OK, I try to explain it really step by step:
You have two options:

  1. Download the source code from github and run using nodejs
  2. Run the Docker container

Steps for 1):

  • install git: apt install git
  • install nodejs: snap install --channel=12/stable --classic node
  • download the source code: git clone https://github.com/Awesome-Technologies/synapse-admin.git
  • go into download directory: cd synapse-admin
  • download dependencies: yarn install
  • start web server: yarn start

Steps for 2):

  • run the Docker container: docker run -p8080:80 awesometechnologies/synapse-admin
  • go to http://localhost:8080

thank you very much for your help!!!

Now there is a new question, Failed to fetch after login....

I installed synapse through yunohost 。I set myself as an administrator using the following command
su --command="psql matrix_synapse" postgres <<< "UPDATE users SET admin = 1 WHERE name = '@test:xxxxxxcom'"

from synapse-admin.

fkcctv1 avatar fkcctv1 commented on July 29, 2024

https://github.com/YunoHost-Apps/synapse_ynh

This is their URL

After logging in now, prompt Failed to fetch

from synapse-admin.

eMPee584 avatar eMPee584 commented on July 29, 2024

Is it necessary to install synapse admin and synapse on the same server?

Seems not to be; I also tried that 😅

from synapse-admin.

Related Issues (20)

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.