Giter Site home page Giter Site logo

Build instructions about calla HOT 4 CLOSED

mooomooo avatar mooomooo commented on August 23, 2024
Build instructions

from calla.

Comments (4)

puddyput avatar puddyput commented on August 23, 2024 4

I've set up a Calla installation using one of the first commits in this repo, before the asp.net changes.
This is the change I've used:
https://github.com/capnmidnight/Calla/tree/13a90e97b48deedaaa947cd0e6fb01d7bd82f251

This is what I added to the jitsi docker-compose:

    # Calla
    calla:
        image: nginx:alpine
        volumes:
            - ${CONFIG}/Calla/Calla-Site/wwwroot:/usr/share/nginx/html
        ports:
            - '8282:80'
        environment:
            - JITSI_HOST=localhost
            - JVB_HOST=meet.jitsi
            - JVB_MUC=muc.meet.jitsi
# Custom network so all services can communicate using a FQDN
networks:
    meet.jitsi:

Of course this is not the latest version and does not have all the features as the current one, but I didn't want to have to mess around with asp.net :)

from calla.

fredrik-lindseth avatar fredrik-lindseth commented on August 23, 2024

I'm joining in under this issue, some clarification on the build instructions would be useful. I'm confused on how to build Calla too. I did the following

git clone https://github.com/capnmidnight/Calla.git
git submodule init
git submodule update

I then opened the solution in Vistual Studio and tried to build but got this

Calla-Site.csproj: [NU1105] Unable to find project information for 'C:\dev\workspace\Calla\Juniper\src\Juniper.Server\Juniper.Server.csproj'. 
If you are using Visual Studio, this may be because the project is unloaded or not part of the current solution so run a restore from the command-line. Otherwise, the project file may be invalid or missing targets required for restore.

And now I'm not sure how to fix this. I have a Calla-Site-project and a Juniper.Root in the solution, but no Juniper or Juniper.Server

from calla.

capnmidnight avatar capnmidnight commented on August 23, 2024

Hi folks,

Apologies. I've been playing fast and loose with my repos lately for my project at work (a VR project which uses Calla under the hood). I'll be removing the Juniper, SignalR, and ASP.NET dependencies soon.

The resonance-audio dependency is a git submodule because I had to fork Resonance (and its dependency, Omnitone) to fix several egregious defects that Google left in them when they basically abandoned the projects two, three years ago.

from calla.

capnmidnight avatar capnmidnight commented on August 23, 2024

archiving

from calla.

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.