Giter Site home page Giter Site logo

Can't run app about sandtable HOT 9 OPEN

dubnom avatar dubnom commented on August 22, 2024
Can't run app

from sandtable.

Comments (9)

noedger avatar noedger commented on August 22, 2024

from sandtable.

noedger avatar noedger commented on August 22, 2024

from sandtable.

dubnom avatar dubnom commented on August 22, 2024

You should be able to access the interface through a web browser. Check the port number in the config file, and the IP address/machine name of the computer you installed on. If you still have problems, I can login remotely (If you install “tmate”).

from sandtable.

parkergreene avatar parkergreene commented on August 22, 2024

I too and having some difficulty getting the program up and running. I cloned the GitHub repo on a raspberry pi 3b+ and customized the config file according to my machine information. I'm unclear as to what the next step is to start the server on the pi though. I tried just running my config python file but that didn't seem to work (tried http:localhost on the pi and a separate computer with the Pi's up address, neither would connect). Could you clarify what the startup process is for the server? Thanks!

from sandtable.

dubnom avatar dubnom commented on August 22, 2024

from sandtable.

dubnom avatar dubnom commented on August 22, 2024

from sandtable.

parkergreene avatar parkergreene commented on August 22, 2024

Yes. I'm new to Linux but was finally able to figure out how to run "sudo bash install sh". I saw all of the libraries install. I rebooted afterwards but still no luck connecting via localhost of the ip address (I assume I need to run another script to start the server).

from sandtable.

dubnom avatar dubnom commented on August 22, 2024

from sandtable.

hackintoshlover avatar hackintoshlover commented on August 22, 2024

Yes. I'm new to Linux but was finally able to figure out how to run "sudo bash install sh". I saw all of the libraries install. I rebooted afterwards but still no luck connecting via localhost of the ip address (I assume I need to run another script to start the server).

Hi,
Do the following:

  1. Remove the script from rc.local
    Type sudo nano /etc/rc.local in a terminal
    delete the line that says /var/www/sandtable/bin/rc.sandtable
    ctrl+x then y
  2. sudo rm -rf /var/www
  3. sudo rm -rf /home/sandtable
  4. sudo deluser -remove-home sandtable
  5. Considering you have cloned the sandtable folder in the pi directory
    Edit the install.sh script located in /sandtable/bin
    Edit line
    line 43 ln -s $PWD /var/www/ to ln -s /home/pi/sandtable /var/www/
    line 44 ln -s $PWD /home/sandtable/ to ln -s /home/pi/sandtable /home/sandtable/
    ctrl+s
  6. Edit the config file and change port to 3000
    ctrl+s
  7. Run sudo bash install.sh in the bin directory
  8. Upon completion reboot
  9. To connect type http://ip of your raspberry pi:3000 in an alternate browser and your website should be visible

Hope that helps or you must have figured it out earlier.

from sandtable.

Related Issues (4)

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.