This will explain what to do to install and run the CORAL-Project Website locally for testing purposes
install bundler first:
root > apt install bundler
then clone the repo
user > git clone <<REPO>>
then run:
user > bundler install
to test the site locally, simply run:
user > bundle exec jekyll serve
play with the website as you want by going here:
localhost:4000
done, have fun!
Please verify the bundle install
or use bundle update
for updates.
To stop the running server, go back to the terminal that was running the local server in the first place and hit CTRL+C
Although the SSH key needs to be on the server, the following commands run at the root of the project, will publish the site:
user > bundle exec jekyll build
user > cd _site/
user > rsync --delete -r . coral@shared-web.secin.lu:/var/www/coral-