You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FoundriesFactories supports two different modes for building Targets.
5
+
6
+
FoundriesFactory Managed
7
+
------------------------
8
+
9
+
Every Factory includes a `containers.git` hosted at source.foundries.io.
10
+
This works out of the box and changes pushed here will be built automatically by our CI system and produce Targets that can be deployed to your device(s).
11
+
12
+
To get started with the Foundriesio managed solution you'll need to:
13
+
14
+
- :ref:`Install Fioctl <gs-install-fioctl>` in order to work with source.foundries.io.
15
+
- :ref:`Build and deploy <gs-building-deploying-app>` your first application.
16
+
17
+
Self-hosted
18
+
-----------
19
+
20
+
The self-hosted option works well for people wanting more control of their workflows.
21
+
It works great with products like GitHub.
22
+
There is a one-time setup that takes about 30 minutes.
23
+
24
+
To get started with the self-hosted option, you'll need to follow the steps outlined in the :ref:`Custom CI <ug-custom-ci-for-apps>` guide.
0 commit comments