Coder Social home page Coder Social logo

merklizer.xyz's Introduction

merklizer.xyz

Web interface integrating https://github.com/alsenet-labs/merklizer

See it in action on https://merklizer.xyz

Copyright

Copyright (c) 2018-2024 ALSENET SA

Authors

Licence

This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.

You should have received a copy of the GNU Affero General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Build

You can build the static webpages in a docker container with

env NODE_VERSION=v10 make  # NB: the remote repository will be used for the build and you need to fetch the tags

Then you can bind or copy the dist directory somewhere, on linux it is located at

/var/lib/docker/volumes/merklizer.xyz/_data/dist

And you can update them with eg:

git rm docs/js/*
sudo rsync -a /var/lib/docker/volumes/merklizer.xyz/_data/dist/ docs/
sudo chown $USER.$USER docs -R

On the other hand you can build the static webpages on your host from the local repository, at your risks and perils:

make unsafe-build

Then you can start the local build with:

gulp

Clean

When you are finished, you can remove the docker container with eg

docker rm merklizer.xyz

or the associated docker volume with

docker volume rm merklizer.xyz

Check the docker documentation for more.

Work in the container (git, gulp...)

Restart the container with eg

docker start merklizer.xyz

Run a shell in the container with eg

docker exec -it merklizer.xyz /bin/bash -l

or eg

docker exec -it merklizer.xyz /bin/bash -l -e 'screen -s /bin/bash'

Update gh-pages

eg after rebuilding the container, with:

docker start merklizer.xyz -ai << EOF
cd /home/nodejs/src/merklizer.xyz
git config user.name "$(git config user.name)"
git config user.email "$(git config user.email)"
git add docs
git commit docs -m "update gh-pages"
git push origin master
EOF

Run and test web application with eg

docker start merklizer.xyz -ai << EOF
cd /home/nodejs/src/merklizer.xyz
gulp
EOF

merklizer.xyz's People

Contributors

luxigo avatar bugdanov avatar polto avatar

Stargazers

Jonas Bredenfeldt avatar Settoshi Tonami avatar

Watchers

 avatar James Cloos avatar  avatar Settoshi Tonami avatar

Forkers

sakrecoer luxigo

merklizer.xyz's Issues

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.