-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: Adjust scripts to run with new docker compose (#58)
* Align login script with new docker compose file * Remove flowforge references
- Loading branch information
1 parent
11e0160
commit 4586153
Showing
8 changed files
with
58 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,35 @@ | ||
# FlowForge Droplet | ||
# FlowFuse Droplet | ||
|
||
## Description | ||
|
||
FlowForge's intuitive UI lets you manage your Node-RED instances all in one place. | ||
FlowFuse's intuitive UI lets you manage your Node-RED instances all in one place. | ||
|
||
Spin up instances of Node-RED in seconds, monitor project health and tear down or suspend projects as required. | ||
|
||
### Before you deploy your FlowForge Droplet | ||
### Before you deploy your FlowFuse Droplet | ||
|
||
#### Get a Domain | ||
|
||
Use this [DNS quickstart](https://docs.digitalocean.com/products/networking/dns/quickstart/) guide to get your DNS setup on DigitalOcean. You’ll first need to purchase and register your domain through a third party, such as Name.com, GoDaddy, etc… | ||
|
||
- Why do you need a domain name? | ||
|
||
The domain will be used to generate the host names for each FlowForge project you deploy | ||
The domain will be used to generate the host names for each FlowFuse project you deploy | ||
|
||
#### Setup email | ||
|
||
FlowForge needs a way to send email to verify new users and to send invites when users are added to teams. To do this you will need to have details of a SMTP server that will allow you to send email. | ||
FlowFuse needs a way to send email to verify new users and to send invites when users are added to teams. To do this you will need to have details of a SMTP server that will allow you to send email. | ||
|
||
If you do not have a SMTP server you can set one up using a service like SparkPost, [Sendgrid](https://marketplace.digitalocean.com/apps/sendgrid) or Mailgun. | ||
|
||
You can skip this step and configure it later, but the platform works best when setup from the start. | ||
|
||
### Getting started after deploying | ||
|
||
On your first SSH Login to your droplet or when you connect to the Droplet console you will be greeted by a wizard that will guide you through setting up the domain name and starting your FlowForge instance. | ||
On your first SSH Login to your droplet or when you connect to the Droplet console you will be greeted by a wizard that will guide you through setting up the domain name and starting your FlowFuse instance. | ||
|
||
Before entering your hostname you will need to add an A record for your domain. | ||
|
||
Once the wildcard A record has been created you can enter it into the wizard. The wizard will then update the configuration files and start the FlowForge Application. The final configuration is done via the web interface on the hostname that will be in final message from the wizard. | ||
Once the wildcard A record has been created you can enter it into the wizard. The wizard will then update the configuration files and start the FlowFuse Application. The final configuration is done via the web interface on the hostname that will be in final message from the wizard. | ||
|
||
Details of how to complete configuration can be found [here](https://flowforge.com/docs/install/first-run/#--docker-or-kubernetes) | ||
Details of how to complete configuration can be found [here](https://flowfuse.com/docs/install/first-run/#--docker-or-kubernetes) |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
|
||
cp -f /etc/skel/.bashrc /root/.bashrc | ||
echo "/opt/flowforge/first-login.sh" >> /root/.bashrc | ||
echo "/opt/flowfuse/first-login.sh" >> /root/.bashrc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters