Giter Club home page Giter Club logo

Comments (4)

cymric73 avatar cymric73 commented on August 22, 2024

This would be very helpful. This app would be very useful for my Service Desk but I'm struggling to customize it to my liking. A few wiki questions for consideration. I'm able to download the linux binary, run it no problem and make use of the yaml customization file, all good there.

My current struggles are when I venture to explore what I can make and modify from source: (disclaimer: I have experience as a Linux Admin and Developer, but Go is new to me, so apologies in advance if these would be obvious to an experienced Go developer which I am not ;-):

  1. I can build ots from source, and have previously run "make fontawesome" to fill the "frontend" directory, but when I visit the page I get this error:
    "error calling assetSRI: opening file: open webfonts/fa-solid-900.woff2: file does not exist", yet the file is present in the frontend directory.
  2. How do I configure it to use redis for persistence between reboots?

from ots.

cymric73 avatar cymric73 commented on August 22, 2024

I was able to get past the error "calling assetSRI: opening file: open webfonts/fa-solid-900.woff2: file does not exist" by using the command: > go run . instead of >./ots. (Not sure why but moving on....)

Next got the same error but asking for the latofont files. I had to copy them from under src/ to the frontend/ directory to allow them to be found by the web server.

Now I'm getting the error: "error calling assetSRI: opening file: open app.css: file does not exist". I don't see this file anywhere in the 1.7.0 source so now I'm stuck....any insight would be appreciated.

Is there a build package step I'm missing, I didn't see any such task in the Makefile?

from ots.

Luzifer avatar Luzifer commented on August 22, 2024

You were missing make generate: I've added a build-local target to the Makefile and put the documentation here.

For further questions please open a new issue and don't hijack an issue not related to building from source for build-related questions.

from ots.

Luzifer avatar Luzifer commented on August 22, 2024

Page created as main page of the Wiki: https://github.com/Luzifer/ots/wiki

from ots.

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.