git clone git@github.com:ipavlenko/org.obyte.landing.git
./bin/grav install
chown -R www-data:www-data ./docroot/cache
chown -R www-data:www-data ./docroot/user
and then setup Apache or Nginx to ./docroot
Configure, Build, Start, go back to this section and execute from root folder:
docker exec -it obyte.landing /bin/bash
This command shall connect you to your container. Then execute:
cd /var/www/html
./bin/grav install
Wait until the end of installation process, then exit from the container shell using command:
exit
Then execute:
sudo chown -R www-data:www-data ./docroot
Prepare network:
docker network create --driver=bridge --subnet=192.168.30.0/24 obyte
yarn rebuild:obyte:landing
yarn restart:obyte:landing
Site IP: 192.168.30.11
cd docroot/user/themes/obyte/
npm install
npm run build