Coder Social home page Coder Social logo

Comments (10)

vidcentum avatar vidcentum commented on July 22, 2024 1

Thanks, a lot. I will keep you updated on the findings.
Having gone through the code and its structure, you have done a great job! It is clean and very fast as well.

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

@vidcentum , no problem.

By default, Glewlwyd isn't listening on port 80 but 4593, so you probably should try the url http://localhost:4953/, this should redirect to the app url which is http://localhost:4953/app/ if you have th default configuration, check your glewlwyd.conf file for the values:
https://github.com/babelouest/glewlwyd/blob/master/glewlwyd.conf.sample#L20

from glewlwyd.

vidcentum avatar vidcentum commented on July 22, 2024

Thanks, @babelouest . I tried that. I was getting the {"resource not found":"/app/"} error.
Please bear with me; I am trying to get handle on the application flow.

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

in your config file, you have the static_files_path that points to the the path of the administration app:
https://github.com/babelouest/glewlwyd/blob/master/glewlwyd.conf.sample#L17

By default it's "/var/www" but it must match the path to your app folder, maybe something like:
/home/pi/glewlwyd/webapp or <path_to_your_glewlwyd_source_code>/webapp.

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

you must restart glewlwyd if you change the config file

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

Documentation improved: 373d873
Thanks @vidcentum for the comment!

from glewlwyd.

vidcentum avatar vidcentum commented on July 22, 2024

Thank you @babelouest . I am now able to see the index.html.

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

Awesome! If you're ok you can close this issue, feel free to open new ones if you have other problems

from glewlwyd.

haroot avatar haroot commented on July 22, 2024

if you get error {"resource not found":"/webapp/"}

config as so

url prefix

url_prefix="glewlwyd"

path to static files for /webapp url

static_files_path="/var/www/webapp"

static files prefix

static_files_prefix = "app"

change url prefix to domain ?

from glewlwyd.

babelouest avatar babelouest commented on July 22, 2024

Hi @haroot ,

your problems don't seem to be related to those issues you're sending comments to, can you open a new issue for your problem?

from glewlwyd.

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.