How to deploy MODX CMS to the Cloud
Join the DZone community and get the full member experience.
Join For Free
modx is a powerful and flexible adaptive content management system and web application framework. it can be used for not just publishing content on the internet but intranets and powering mobile applications and more. modx cms is known offering complete creative freedom for developers and designers. it is easy to use, device independent, perfect for multisite and localization, secure, search engine friendly and, best of all, completely free. modx cms also encourages you to customize and modify the manager interface for a tailored website management user experience. it is backed a wonderful and supportive community as well as a network of global modx professionals, and the modx company itself. thousands of organizations, large and small, from all over the world have built their sites using modx. in 2012, modx was voted as critic’s choice for best open source cms by cms critic.
with modx cms you can:
- create custom content fields and inputs, without touching code.
- configure the management ui and display exactly what’s needed for every type of user.
- output anything, exactly as you wish, without complex themes or mixed mark-up and code.
let’s see how to deploy this amazing cms to the cloud in a few minutes!
create an environment
1. log into your jelastic account and click on the create environment button.
2. navigate to the php tab, select apache as your application server, php v5.3 and mysql database. after that enter your environment name (e.g. modxtest ).
in a few minutes the environment will be created and you’ll see it in the environment list.
upload the application
1. navigate to the modx web-site and download the latest version of this cms as a zip package. fyi you can choose the traditional or advanced version.
2. upload your archive to the deployment manager for further deployment.
3. once the uploading is finished, deploy your package to the environment you have just created.
configure database
1. once the modx cms deployment is finished, open in browser your mysql node.
2. create an account and the database with the application, using the credentials which jelastic sent you earlier.
install modx cms
1. navigate to http://{your_environment_name}.{ hoster’s_domain }/setup and you can start the installation.
2. all the installation steps are quite easy, but let’s pay special attention to the database connection. use the database credentials you created in the configure database section above.
3. next, create a modx manager admin user and, upon completion of the setup process, you will log in with these credentials.
as you can see, the deployment procedure is very straight forward using jelastic. now, you can start creating and managing your sites with the wide variety of tools provided by modx cms.
to learn more about using modx, you can take a look at the intro videos , read the quickstart guide or go deeper with the official documentation .
Published at DZone with permission of Marina Sprava, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Alpha Testing Tutorial: A Comprehensive Guide With Best Practices
-
Health Check Response Format for HTTP APIs
-
What Is React? A Complete Guide
-
What Is mTLS? How To Implement It With Istio
Comments