This is the CMS for the homepage of Babylon Metropolis Verlag.
nvm use
npm i
npm run build
npm run start- node
version >= 10is required
$ node -v
v8.16.0
$ nvm use stable
Now using node v12.10.0 (npm v6.10.3)- Move into the folder and start the cms
cd babylon-strapi
nvm use
npm run develop- Open the browser and login.
http://localhost:65332/admin - Add you publication.
- Change to the sitegenerator and generate
cd bablyon-gatsby
nvm use
npm run build- Copy the deployment to online
mv public babylon-metropolis-202212181200
tar czf babylon-metropolis-202212181200.tgz babylon-metropolis-202212181200
scp babylon-metropolis-202212181200.tgz superlea@maury.uberspace.de:~/virtual/ - SSH to server and switch to new deployment
ssh superlea@maury.uberspace.de
cd virtual
tar xzf babylon-metropolis-202212181200.tgz
cd html
rm babylon-metropolis
ln -s ../babylon-metropolis-202212181200 babylon-metropolis- In the browser: check if your modifications are there. babylon-metropolis.com
The CMS is based on strapi. An awesome opensource and free CMS, that you can install on your own machine. Simple and easy.