Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Statamic 3 - highly extendable, standalone capable, Laravel CMS package

Statamic 3 - highly extendable, standalone capable, Laravel CMS package

Scheduled Pinned Locked Moved App Wishlist
10 Posts 4 Posters 1.5k Views 5 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • W Offline
    W Offline
    warg
    wrote on last edited by
    #1

    Hello,

    I just saw that Ghost, WordPress and Grav are supported, furthermore Kirby 3 being discussed. Thus I thought maybe Statamic 3 would be an idea as well. I have no experience with it but I thought about trying out Grav or Statamic 3 as they are quite similar to Kirby 3 and it might give some nice impressions to learn more like how other similar CMS' work.

    URL: https://statamic.com/

    Best Regards,

    timconsidineT 1 Reply Last reply
    4
    • W warg

      Hello,

      I just saw that Ghost, WordPress and Grav are supported, furthermore Kirby 3 being discussed. Thus I thought maybe Statamic 3 would be an idea as well. I have no experience with it but I thought about trying out Grav or Statamic 3 as they are quite similar to Kirby 3 and it might give some nice impressions to learn more like how other similar CMS' work.

      URL: https://statamic.com/

      Best Regards,

      timconsidineT Online
      timconsidineT Online
      timconsidine
      App Dev
      wrote on last edited by
      #2

      @warg if it is composer, then maybe possible to try it out using a Cloudron LAMP app

      On first reading, V3 is not available without a licence (but I didn't read very far).

      W 1 Reply Last reply
      1
      • timconsidineT timconsidine

        @warg if it is composer, then maybe possible to try it out using a Cloudron LAMP app

        On first reading, V3 is not available without a licence (but I didn't read very far).

        W Offline
        W Offline
        warg
        wrote on last edited by
        #3

        @timconsidine Yes, usually you have to pay (like Kirby 3) but there's also a free solo license, see https://statamic.com/pricing.

        1 Reply Last reply
        0
        • robiR Offline
          robiR Offline
          robi
          wrote on last edited by robi
          #4

          Maybe use these for installing in LAMP: https://statamic.dev/installing/docker

          Conscious tech

          J 1 Reply Last reply
          0
          • robiR robi

            Maybe use these for installing in LAMP: https://statamic.dev/installing/docker

            J Offline
            J Offline
            JLX89
            wrote on last edited by JLX89
            #5

            The "free" version actually already works on Cloudron from what I can tell so far (testing for a few days). I've had this setup for a bit and basically followed their installation using Composer. I'll work and try and post a how to sometime this weekend.

            1 Reply Last reply
            2
            • J Offline
              J Offline
              JLX89
              wrote on last edited by JLX89
              #6

              So this is the "quick and dirty" how to guide I've put together pretty quick. It should give you the basics to get everything running. I'm still working through a few minor issues -- such as installing addons (currently troubleshooting the composer "home" directory).

              If anyone has any feedback let me know. I'll work on a polished article here in the next few days and run through another installation and get this updated.

              1. To get started, install the LAMP app
              2. After the LAMP app has installed, increase the memory on the app to 512mb / 1gb so that composer will run efficiently
              3. Follow the guide posted on the Statamic Docs to install Statamic using Composer.
              4. You will need to adjust the permissions on files and folders within the {project-directory} during the Statamic installation
              chown -R www-data:www-data /app/data/{project-directory}
              find . -type d -exec chmod 755 {} \; 
              find . -type f -exec chmod 644 {} \;
              
              1. You will need to update the .env file with the MySQL, Redis, and Mail user names, passwords, and server information.
              2. After you have followed the above instructions, you will need to configure Apache to serve your updated "public" directory. Futher instructions can be found here.
              3. For good measure, I restarted the app which seems to have solve a few minor issues.
              4. After the restart, launch the terminal and cd to your Statamic directory and complete the following commands. If you need further information refer here.
              cd /app/data/{project-directory} composer php please make:user
              
              1. Update your healthcheck information by using the following information. I added the following to /app/data/{project-folder}/public/.htaccess
                  # CloudronHealth Check
                  RewriteCond %{HTTP_USER_AGENT} CloudronHealth
                  RewriteRule ^ - [R=200]
              
              1. Afterwards, you can login to https://{domain}/cp

              For further information and resources, I would refer to the following articles:

              • Cloudron Docs: Composer
              • Cloudron Docs: Laravel
              1 Reply Last reply
              4
              • J Offline
                J Offline
                JLX89
                wrote on last edited by
                #7

                Update: Add COMPOSER_HOME=/app/data/{project-directory}/composer/bin to .env

                1 Reply Last reply
                4
                • W Offline
                  W Offline
                  warg
                  wrote on last edited by
                  #8

                  Thanks for publishing this information/guide. Really appreciated. Sadly I can't try it out at the moment because I reached my max. app limit of 2 so first I need to evaluate my main goal and then I can try out other fancy/interesting apps. That's a bit ... pitty.

                  robiR timconsidineT 2 Replies Last reply
                  0
                  • W warg

                    Thanks for publishing this information/guide. Really appreciated. Sadly I can't try it out at the moment because I reached my max. app limit of 2 so first I need to evaluate my main goal and then I can try out other fancy/interesting apps. That's a bit ... pitty.

                    robiR Offline
                    robiR Offline
                    robi
                    wrote on last edited by robi
                    #9

                    @warg you can by using the demo server. Just make sure to save progress frequently since many people use it.

                    Conscious tech

                    1 Reply Last reply
                    0
                    • W warg

                      Thanks for publishing this information/guide. Really appreciated. Sadly I can't try it out at the moment because I reached my max. app limit of 2 so first I need to evaluate my main goal and then I can try out other fancy/interesting apps. That's a bit ... pitty.

                      timconsidineT Online
                      timconsidineT Online
                      timconsidine
                      App Dev
                      wrote on last edited by
                      #10

                      @warg appreciate that you want to know this app will work before committing to Cloudron
                      but then do go and get a Cloudron subscription : it will save you time and therefore money, as well achieving more
                      after all, as you said, Statamic is not free,

                      1 Reply Last reply
                      0
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Don't have an account? Register

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • Bookmarks
                      • Search