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

Installation #12

Open
pbartett opened this issue Jul 24, 2019 · 1 comment
Open

Installation #12

pbartett opened this issue Jul 24, 2019 · 1 comment

Comments

@pbartett
Copy link

Hi

I was wondering if there is a detailed step by step installtion process available. I'm a bit of a newbie

@Krisseck
Copy link
Owner

There isn't really any official installation tutorial available, but here are the rough steps you need to do:

Setup the server and client machines

They should both have nodejs and yarn installed. They can be the same machine also. If on Raspbian, you can just do sudo apt-get install nodejs.

Install the server component

https://github.com/Krisseck/Hashtag-Wall-Server

Start it up, and make sure you can reach the server via web browser and that the cron process is running and is updating posts.

Install the client component

https://github.com/Krisseck/Hashtag-Wall-Client

Doesn't need to be this client, any client / website that can read the server API is fine.

Build it, and serve it via a web server. Check that it fetches the posts from the server correctly.

If you are using a Raspberry Pi, I recommend using something like FullPageOS, that way the RPI will automatically open that website on boot.

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

2 participants