data

It is now

פוסט מוצג

דף אודות.

דף אודות. לא כל-כך יש לי מה לציין אך הדף עדיין בפיתוח.  חזון בלוג זה הוא: חופש , בחירה , נחת , שלום.  לנסות לעזור ולהנגיש ידע ומידע בנושאים ...

יום חמישי, 11 באפריל 2019

Strapi Tutorial for windows


Strapi - The open source Headless CMS Front-End Developers love.
Tutorial
1.Node.js install.
Download Node.js here, and install.
2.Strapi install
here is a full tutorial.
Or follow below:
"npm install strapi@alpha -g"
"strapi -h"
"cd /Desktop/Projects/"
"strapi new cms --quickstart"

Enjoy
related:
SQLiteStudio

Editing in proccess|How to deploy a Strapi API on RPI/ubuntu

https://www.w3schools.com/nodejs/nodejs_raspberrypi.asp
How to deploy a Strapi API on RPI
do this.or below:
Install Node.js
"curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash -"
"sudo apt-get install -y nodejs"
Install MongoDB
"sudo apt-get update"
"sudo apt-get upgrade"
"sudo apt-get install mongodb-server"
"apt-get install mongodb"
"sudo apt-get update"
"sudo apt-get install -y mongodb-org"
"sudo service mongod start"

2. do this or
"sudo npm install strapi@alpha -g"
"sudo strapi new cms --quickstart"

eventuali didnt work on rpi=[