{"id":46,"date":"2021-01-09T10:35:16","date_gmt":"2021-01-09T10:35:16","guid":{"rendered":"http:\/\/osiris.itabc.cnr.it\/aton\/?page_id=46"},"modified":"2026-04-15T17:23:28","modified_gmt":"2026-04-15T15:23:28","slug":"run-deploy","status":"publish","type":"page","link":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/","title":{"rendered":"Run &#038; Deploy (basic)"},"content":{"rendered":"\n<p class=\"has-text-align-justify\">This page offers you instructions on how to <strong>run <\/strong>and <strong>deploy <\/strong>an <em>instance <\/em>of ATON framework on <span class=\"ek-underline\" style=\"text-decoration: underline;\">your own machine<\/span>.<\/p>\n\n\n\n<p>You can follow the<strong> basic steps <\/strong>below on the machine\/system you intend to deploy an instance of the framework &#8211; regardless of which machine or operating system you choose. They are valid for almost every scenario.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step #1<\/h3>\n\n\n\n<p class=\"has-text-align-justify\">The only pre-requisite to run your own instance of ATON on your machine is <a aria-label=\"Node.js (opens in a new tab)\" class=\"ek-link\" href=\"https:\/\/nodejs.org\/\" target=\"_blank\" rel=\"noreferrer noopener\">Node.js<\/a> (LTS is recommended). The installation on Windows, Linux and Mac OS is quite straightforward. If you <strong>cannot install Node.js<\/strong> (e.g. for specific service plans, or the server does not allow it) you can follow <a href=\"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy-minimal-3d-viewer\/\">this other tutorial<\/a>.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"590\" height=\"361\" src=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png\" alt=\"\" class=\"wp-image-91\" style=\"width:336px;height:206px\" srcset=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png 590w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_-300x184.png 300w\" sizes=\"auto, (max-width: 590px) 100vw, 590px\" \/><\/figure>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Note<\/strong>: this step indeed applies <strong>only for the deployment machine<\/strong>, final users won&#8217;t have to install anything, they&#8217;ll just use a standard web browser (Chrome, Firefox, Edge, Opera, Safari, etc&#8230;)!<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step #2<\/h3>\n\n\n\n<p class=\"has-text-align-justify\"><strong>Download <\/strong>a copy of ATON framework from <a aria-label=\"GitHub  (opens in a new tab)\" href=\"https:\/\/github.com\/phoenixbf\/aton\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">GitHub <\/a>or grab the zip package. If you are not so familiar with git, dont worry: just <strong><a aria-label=\"grab the zip (opens in a new tab)\" href=\"https:\/\/github.com\/phoenixbf\/aton\/archive\/refs\/heads\/master.zip\" target=\"_blank\" rel=\"noreferrer noopener\" class=\"ek-link\">grab the zip<\/a><\/strong> and extract somewhere on your machine. In general however, the best solution is to <strong>git clone<\/strong> the repository (<code><code data-enlighter-language=\"generic\" class=\"EnlighterJSRAW\">git clone https:\/\/github.com\/phoenixbf\/aton.git<\/code><\/code>): this allows you to periodically update your instance without messing with your custom configuration.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"375\" src=\"http:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/05\/aton-folder.jpg\" alt=\"\" class=\"wp-image-368\" srcset=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/05\/aton-folder.jpg 800w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/05\/aton-folder-300x141.jpg 300w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/05\/aton-folder-768x360.jpg 768w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" \/><figcaption class=\"wp-element-caption\">typical content of the ATON folder<\/figcaption><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step #3<\/h3>\n\n\n\n<p>Launch <code><strong>setup.bat<\/strong><\/code> (Windows) or execute <code><strong>setup.sh<\/strong><\/code> (Linux and Mac OS) from the ATON main folder &#8211; <strong>OR<\/strong>, alternatively &#8211; open your favourite terminal, go to the main ATON folder (<code>cd \/your\/ATON\/folder\/<\/code>) and just type <strong>this command<\/strong> (it works on every OS!) &#8211; no root or administrator privileges are required:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\"><strong>npm<\/strong> install<\/code><\/pre>\n\n\n\n<p><strong><span class=\"ek-underline\" style=\"text-decoration: underline;\">What this step does<\/span><\/strong>: it will install or update all needed node.js modules into the local folder (an internet connection just for this step is required): this must be performed only the first time, or for maintenance purposes. Wait until all modules have been downloaded (they will be located in <strong><code>node_modules\/<\/code>*<\/strong> folder).<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">DONE!<\/h3>\n\n\n\n<p>That&#8217;s it! Now for a super-quick start, from the same folder just launch <code><strong>quickstart.bat<\/strong><\/code> (Windows) or <code><strong>quickstart.sh<\/strong><\/code> (Linux or Mac OS) &#8211; <strong>OR &#8211;<\/strong> type in your terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\"><strong>npm <\/strong>start<\/code><\/pre>\n\n\n\n<p>This will <strong>run <\/strong>and <strong>deploy <\/strong>a basic instance of the main ATON service on your machine.<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"398\" src=\"http:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/09\/aton-npm-start-1024x398.jpg\" alt=\"\" class=\"wp-image-461\" srcset=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/09\/aton-npm-start-1024x398.jpg 1024w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/09\/aton-npm-start-300x117.jpg 300w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/09\/aton-npm-start-768x298.jpg 768w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/09\/aton-npm-start.jpg 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">sample output of the above command<\/figcaption><\/figure>\n\n\n\n<p><strong>NOTE<\/strong>: if you close this terminal window, <strong>ATON main service will stop<\/strong>. A complete and more advanced deployment for production is <a href=\"http:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/run-deploy-advanced\/\" data-type=\"page\" data-id=\"577\">covered in this tutorial.<\/a><\/p>\n\n\n\n<p class=\"has-text-align-justify\">To check that everything is ok, you&#8217;ll just have to open <a rel=\"noreferrer noopener\" href=\"http:\/\/localhost:8080\/\" target=\"_blank\"><strong>http:\/\/localhost:8080<\/strong><\/a> on your favourite web browser &#8211; and click\/tap on some sample scenes to interact and play a bit:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1652\" height=\"1024\" src=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image.png\" alt=\"\" class=\"wp-image-1529\" srcset=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image.png 1652w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image-300x186.png 300w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image-1024x635.png 1024w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image-768x476.png 768w, https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2026\/04\/image-1536x952.png 1536w\" sizes=\"auto, (max-width: 1652px) 100vw, 1652px\" \/><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>This page offers you instructions on how to run and deploy an instance of ATON framework on your own machine. You can follow the basic steps below on the machine\/system you intend to deploy an instance of the framework &#8211; regardless of which machine or operating system you choose. They are valid for almost every [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":91,"parent":695,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-46","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Run &amp; Deploy (basic) - ATON<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Run &amp; Deploy (basic) - ATON\" \/>\n<meta property=\"og:description\" content=\"This page offers you instructions on how to run and deploy an instance of ATON framework on your own machine. You can follow the basic steps below on the machine\/system you intend to deploy an instance of the framework &#8211; regardless of which machine or operating system you choose. They are valid for almost every [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/\" \/>\n<meta property=\"og:site_name\" content=\"ATON\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-15T15:23:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png\" \/>\n\t<meta property=\"og:image:width\" content=\"590\" \/>\n\t<meta property=\"og:image:height\" content=\"361\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/\",\"url\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/\",\"name\":\"Run & Deploy (basic) - ATON\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/590px-Node.js_logo.svg_.png\",\"datePublished\":\"2021-01-09T10:35:16+00:00\",\"dateModified\":\"2026-04-15T15:23:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/#primaryimage\",\"url\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/590px-Node.js_logo.svg_.png\",\"contentUrl\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/wp-content\\\/uploads\\\/2021\\\/03\\\/590px-Node.js_logo.svg_.png\",\"width\":590,\"height\":361},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/run-deploy\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Tutorials\",\"item\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Getting Started\",\"item\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/index.php\\\/tutorials\\\/getting-started\\\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Run &#038; Deploy (basic)\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#website\",\"url\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/\",\"name\":\"ATON\",\"description\":\"open-source Web3D\\\/WebXR framework by CNR ISPC\",\"publisher\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#organization\",\"name\":\"ATON\",\"url\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/aton-logo-100.png\",\"contentUrl\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/wp-content\\\/uploads\\\/2022\\\/12\\\/aton-logo-100.png\",\"width\":100,\"height\":100,\"caption\":\"ATON\"},\"image\":{\"@id\":\"https:\\\/\\\/osiris.itabc.cnr.it\\\/aton\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Run & Deploy (basic) - ATON","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/","og_locale":"en_US","og_type":"article","og_title":"Run & Deploy (basic) - ATON","og_description":"This page offers you instructions on how to run and deploy an instance of ATON framework on your own machine. You can follow the basic steps below on the machine\/system you intend to deploy an instance of the framework &#8211; regardless of which machine or operating system you choose. They are valid for almost every [&hellip;]","og_url":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/","og_site_name":"ATON","article_modified_time":"2026-04-15T15:23:28+00:00","og_image":[{"width":590,"height":361,"url":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/","url":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/","name":"Run & Deploy (basic) - ATON","isPartOf":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#website"},"primaryImageOfPage":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/#primaryimage"},"image":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/#primaryimage"},"thumbnailUrl":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png","datePublished":"2021-01-09T10:35:16+00:00","dateModified":"2026-04-15T15:23:28+00:00","breadcrumb":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/#primaryimage","url":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png","contentUrl":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2021\/03\/590px-Node.js_logo.svg_.png","width":590,"height":361},{"@type":"BreadcrumbList","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/run-deploy\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/osiris.itabc.cnr.it\/aton\/"},{"@type":"ListItem","position":2,"name":"Tutorials","item":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/"},{"@type":"ListItem","position":3,"name":"Getting Started","item":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/tutorials\/getting-started\/"},{"@type":"ListItem","position":4,"name":"Run &#038; Deploy (basic)"}]},{"@type":"WebSite","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#website","url":"https:\/\/osiris.itabc.cnr.it\/aton\/","name":"ATON","description":"open-source Web3D\/WebXR framework by CNR ISPC","publisher":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/osiris.itabc.cnr.it\/aton\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#organization","name":"ATON","url":"https:\/\/osiris.itabc.cnr.it\/aton\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#\/schema\/logo\/image\/","url":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2022\/12\/aton-logo-100.png","contentUrl":"https:\/\/osiris.itabc.cnr.it\/aton\/wp-content\/uploads\/2022\/12\/aton-logo-100.png","width":100,"height":100,"caption":"ATON"},"image":{"@id":"https:\/\/osiris.itabc.cnr.it\/aton\/#\/schema\/logo\/image\/"}}]}},"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/pages\/46","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/comments?post=46"}],"version-history":[{"count":96,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions"}],"predecessor-version":[{"id":1530,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/pages\/46\/revisions\/1530"}],"up":[{"embeddable":true,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/pages\/695"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/media\/91"}],"wp:attachment":[{"href":"https:\/\/osiris.itabc.cnr.it\/aton\/index.php\/wp-json\/wp\/v2\/media?parent=46"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}