🌱Akar Semesta

Deploy guide

Use this if your hosting provider has a file manager and does not require Git.

Steps

  1. Download the ZIP package.
  2. Extract it on your computer and confirm the root folder contains index.html, login.html, the dashboard files, assets/, and docs/.
  3. Open your hosting control panel and go to File Manager.
  4. Navigate to the public web root, usually public_html or www.
  5. Upload the extracted contents of deploy_site/ into that web root.
  6. Do not upload the parent ZIP folder as a nested directory unless you want the site to live inside a subfolder.
  7. Confirm index.html is directly inside your web root.
  8. Visit your domain to verify the homepage loads and links work.

Troubleshooting

  • If CSS does not load, check that assets/css/style.css exists relative to the HTML files.
  • If images do not load, check that assets/images/ was uploaded too.
  • If docs page styling looks broken, confirm the docs/ folder stayed beside assets/.