Fimio Docs
  • Welcome to Fimio
  • Getting Started
    • How to Log in to Fimio and Create a Project
      • 1. Log in to Fimio
      • 2. Create a New Project
      • 3. Add Project Details
      • 4. Custom Command Options
      • 5. Name the Run
      • 6. Review Build Summary
      • 7. Access Build Report
      • 8. Review Project and Build Details
      • Provide Feedback
Powered by GitBook
On this page
  • 1. Log in to Fimio
  • 2. Create a New Project
  • 3. Add Project Details
  • 4. Custom Command Options
  • 5. Name the Run
  • 6. Review Build Summary
  • 7. Access Build Report
  • 8. Review Project and Build Details
  • 9. Provide Feedback
  1. Getting Started

How to Log in to Fimio and Create a Project

PreviousWelcome to FimioNext1. Log in to Fimio

Last updated 14 days ago

1. Log in to Fimio

  • Go to the Fimio homepage at .

  • Log in using your GitHub account by entering your username or email address and password.

2. Create a New Project

  • Click on the option to create a project.

  • If needed, select the owner of the repository you’d like to access.

    • Note: the default will be the user name you entered.

  • Select the repository with the code you want to run

3. Add Project Details

  • Create a unique name for your project.

  • Optionally, you may add a description for more context about the project.

  • For simple runs:

    • select the entry point python file from the drop down menu.

  • Select “make build”.

4. Custom Command Options

Commands may be customized by clicking the “Advanced” button. In advanced settings, users can:

  • Enter specific codes

  • Expose ports

  • Add variables

  • Include external files

  • Toggle on GPU resources if needed

Once all custom commands have been entered, click “make build”.

5. Name the Run

Provide a name for the run itself. Think of these as similar to naming commits: when commits have meaningful names, they provide context that helps everyone understand why changes were made, not just what changes occurred. This makes the project history more valuable as a knowledge resource for the entire team.

Start Build.

6. Review Build Summary

After the build has finished, users can review information on the summary, run, and build itself by selecting the different tabs.

From this page users may also rerun the exact same build, or move into the build report.

7. Access Build Report

The preview build report shows the standard out and provides a link to share results with collaborators.

"Continue to Build Details" will provide more in depth information about the run.

8. Review Project and Build Details

The project details page provides all the information about the build and its configurations:

  • the code that was run

  • project details

  • any code dependencies

  • machine information

  • standard error

  • standard out

  • sharable container (if the run produces one)

9. Provide Feedback

If users have any feedback or concerns, the is accessible from every page. From there users can open an issue, submit a bug report, or start/review a discussion for troubleshooting.

feedback repo
app.fimio.xyz