Pour ce test, vous aurez besoin :
- D'un template, particulier parmi ceux testés : https://templated.co/industrious/
- the
NodeJS
Katacoda playgraound - Ce test s'auto-détruira dans les 5 millisecondes suivant votre départ de la fenêtre Katacoda, il ne restera rien de notre petit conteneur.
1. Build it
export URI_DE_CE_REPO=https://github.com/Jean-Baptiste-Lasselle/grapejs-server
# -- System : Alpine
# apk update && apk add git tree
# -- System : CentOS
# yum update -y && yum install -y git tree
mkdir -p ~/grapesjs-server
cd /grapesjs-server
git clone $URI_DE_CE_REPO .
chmod +x ./build.sh
./build.sh
2. Load an awesome template
Oh je voualis que tu vois celui-là il est su-per : et il est fait en Bootstrap, du coup ça s'intègre naturellement sans chagement derrière pour moi pour faire un site en Angular / Meteor
Pour cette démo, deux exemples testés 👍 :
- Exécutez :
chmod +x ./charger-projet.sh
./charger-projet.sh
- Renseignez la valeur https://bootstrapmade.com/wp-content/themefiles/Rapid/Rapid.zip pour répondre à la question posée, appuyez sur entrée, puis exécutez ensuite :
cd workspace/omega
cp -Rf ./Rapid/* .
- Et passez à l'étape suivante, le démarrage serveur
3. Start it
export OMEGA_PORT=3000
export OMEGA_HOST=0.0.0.0
export OMEGA_BACKLOG=500
export HTML_FILE_TO_LOAD_OMEGA_REALTIVE_PATH=index.html
npm run start