This tutorial shows you how to spawn an Etherpad application with a few clicks.
Requirements
- You have an account and are logged into console.scaleway.com
- You have configured your SSH Key
Etherpad is a highly customizable Open Source online editor providing collaborative editing in really real-time.
Before starting, click the “Create a Server” button in the control panel.
You will land on the server-creation page where you can choose the Etherpad image in the InstantApps tab for your Cloud Instance:
Choose the server type and click on the Create a Server button. This action starts your server with Etherpad pre-installed.
When your server is running, you can see the server’s IP address in the server list on the control panel. To access your Etherpad, go to http://YOUR_SERVERS_IP:9001/
(for example: http://212.47.0.0:9001/
). Enter this address in your favorite browser and you will land on the Etherpad start page:
Enter the desired name for your new file and press Enter
. You will be redirected to the Etherpad editor:
You can edit the file as you like and share it with others by passing the link to your file: http://YOUR_SERVER_IP:9001/p/YOUR_FILE
(for example: http://212.47.0.0:9001/p/shoppinglist
).
Your file will be automatically saved and is stored in your personal cloud instance.
If you have any suggestion or question about this tutorial, please leave a comment in our Slack Community.