Project
Project setup
How to set up a folder containing your Mage project code and other files.
Parent folder
Create a parent folder that will contain your Mage project code:
Change directory into the parent folder:
Create a Dockerfile
Create an empty Dockerfile:
Paste the contents from this Dockerfile into the Dockerfile you just created.
Create a .gitignore file
Create an empty .gitignore file:
Paste the following contents into the .gitignore file you just created:
Create Mage project
Follow these instructions to create a Mage project in your
current directory. If you named your project demo_project
, your current folder structure
will look like this:
Was this page helpful?