Coder Social home page Coder Social logo

sd_script's Introduction

SD_SCRIPT

This is a script about how to proceed the install and config a [matrix] simple ecosystem, witch will include:

  • Single homeserver configuration using synapse
  • Use of a Riot Web client to access the homeserver
  • Group three synapse instances in a Federation
  • Config a identy server for the Federation

Instaling Synapse

Here we'll show how to setup synapse for development. If you want simply run a homeserver, use the this guide according with your SO

To follow the next steps you will need to have postgresql installed in your machine, you also need to have python 3.5 or above, pip and virtualenv updated.

  • First, clone the synapse repo and navigate to de project diretory
git clone https://github.com/matrix-org/synapse.git

cd synapse

  • Second, create a virtual env and install the requirments.
virtualenv -p python3 env

source env/bin/activate

python -m pip install --no-use-pep517 -e .[all]

  • Finally, test if it's all good with the instalation
python -m twisted.trial tests
If it's all ok you now can run synpase synctl start

sd_script's People

Contributors

dalesewerton avatar

Watchers

 avatar  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.