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

How to self-host #69

Open
pepa65 opened this issue Jan 24, 2024 · 1 comment
Open

How to self-host #69

pepa65 opened this issue Jan 24, 2024 · 1 comment

Comments

@pepa65
Copy link

pepa65 commented Jan 24, 2024

It would be an important showcase for AWallet if people could see that they could easily self-host this. From the description, it seems that if people have a regular webserver, this should work, as long as they have all the required files.

What is the directory tree that should be served? Can it easily be obtained??

@scholtz
Copy link
Owner

scholtz commented Feb 6, 2024

Hi, the build of the main branch is deployed to "gh-pages" branch: https://github.com/scholtz/wallet/tree/gh-pages

So if you do not know how to use docker, I recommend self host at any webserver (apache,nginx,iis..) and add there the files. Build is pure html with javascripts.

If you have installed docker desktop, you can use the command

docker run --name awallet -d -p 8080:8080 scholtz2/a-wallet:1.2024.02.06-main

to run it localy and you can access it at http://localhost:8080/

If you are little more advanced, feel free to git clone the project and run in the vscode using npm run serve

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