Skip to content

rriemann/scaleway-discourse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Official Discourse image on Scaleway

Scripts to build the official Discourse image on Scaleway

This image is built using Image Tools and depends on the official Ubuntu image.


This image is meant to be used on a C1 server.

We use the Docker's building system and convert it at the end to a disk image that will boot on real servers without Docker. Note that the image is still runnable as a Docker container for debug or for inheritance.

More info


Install

Build and write the image to /dev/nbd1 (see documentation

$ make install

Full list of commands available at: scaleway/image-tools

Test

On a running instance:

$ SCRIPT=$(mktemp); curl -s https://raw.githubusercontent.com/scaleway-community/scaleway-gitlab/master/test.bash > $SCRIPT; bash $SCRIPT

About

💽 Official Discourse image on Scaleway

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published