Skip to content

BUT_ITS_NO_SECRET_SERVICE

Latest
Compare
Choose a tag to compare
@Jean-Baptiste-Lasselle Jean-Baptiste-Lasselle released this 30 Mar 04:50

Pour ce test, vous aurez besoin :

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
  
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