Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't run app #6

Open
islamamrr opened this issue Mar 10, 2021 · 9 comments
Open

Can't run app #6

islamamrr opened this issue Mar 10, 2021 · 9 comments

Comments

@islamamrr
Copy link

It's a bit unclear how to proceed after running install.sh, can you please give clearer steps as your program would be super beneficial to me

@noedger
Copy link

noedger commented Mar 10, 2021 via email

@noedger
Copy link

noedger commented Mar 10, 2021 via email

@dubnom
Copy link
Owner

dubnom commented Mar 10, 2021

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”).

@parkergreene
Copy link

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!

@dubnom
Copy link
Owner

dubnom commented Apr 11, 2022 via email

@dubnom
Copy link
Owner

dubnom commented Apr 11, 2022 via email

@parkergreene
Copy link

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

@dubnom
Copy link
Owner

dubnom commented Oct 11, 2022 via email

@hackintoshlover
Copy link

hackintoshlover commented Nov 11, 2023

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants