An AWS product OpenScholar Website Building and Content Management powered by Miri Infotech. The OpenScholar is open source software built on Drupal from which the end users easily create dynamic and customizable academic web sites. Every site comes with a suite of apps, widgets and themes, enabling the users to create, build and manage web sites with superior functionalities.
We are configuring and publishing The OpenScholar embedded pre-configured CMS with LAMP and ready-to-launch AMI on Amazon EC2 that contains this product, Apache, MySQL, Linux, PHP (LAMP).
No Technical Knowledge Needed:
The user-friendly interface for adding and editing content requires no technical knowledge, special software, or HTML. You can edit your site from any computer with an internet connection.
Drag and drop layout system:
The “drag-and-drop” tool provides an easy way to arrange the content presentation on any site. You can design site-wide default layouts or create unique layouts for different sections of your site.
Dedicated Support:
Harvard Web Publishing provides professional, help desk style support, training, and robust, regularly updated documentation.
Apps & widgets:
OpenScholar comes with a set of preconfigured, customizable and reusable apps that satisfy common use cases in (academic) websites including News, Events and calendaring, Publications, Blog, FAQ, Slideshow, etc.
Custom Domains:
Use your custom domain URL for your website. Departments and institutes can use their existing domain for all sites of affiliated scholars.
Faceted Search:
Search pages, publications, posts, events, and comments, etc. The feature also includes advanced search filtering by terms/categories.
Control the Look of Your Site:
Select from a growing number of professional themes (templates) or create your own unique theme.
Social Media Integration:
Allow sharing of your content on social networks such as Facebook and Twitter.
Built-in Site Analytics:
Easily plug-in and leverage popular site tracking services. Data collected will indicate traffic patterns across your site.
You can subscribe to OpenScholar, an AWS Marketplace product and launch an instance from the OpenScholar product’s AMI using the Amazon EC2 launch wizard.
Open the URL:http://<instance ip address>
IP address of the running EC2 instance.
Step 1: Fill username as Admin and password as <instanceId> in the primary authentication form of Miri OpenScholar.
Step 2: Choose language as English and click on Save and continue button
Step 3: Database configuration
Database type : MySQL, MariaDB, or equivalent
Database name : miriopenscholardb
Database username : miriopenscholar
Database password : <instanceId>
Step 4: Fill the following mandatory details in the Configure site section
Site name : As per your choice
Username : As per your choice
Password : As per your choice
Step 5: Fill the following details –
Select a flavor : Development
Check on the Intranet Site option
Step 6: Fill the following details
Installation type : Select Single tenant type
SSH using root user is disabled. ec2-user is the sudo user with root privileges with access using the key pair created during launching the instance.
MYSQL can be accessed only with SSH
MYSQL User : root
Password : <instanceID>
Note : You are not supposed to change it.
All your queries are important to us. Please feel free to connect.
24X7 support provided for all the customers.
We are happy to help you.
Submit your Query: https://miritech.com/contact-us/
Contact Numbers:
Contact E-mail:
Until now, small developers did not have the capital to acquire massive compute resources and ensure they had the capacity they needed to handle unexpected spikes in load. Amazon EC2 enables any developer to leverage Amazon’s own benefits of massive scale with no up-front investment or performance compromises. Developers are now free to innovate knowing that no matter how successful their businesses become, it will be inexpensive and simple to ensure they have the compute capacity they need to meet their business requirements.
The “Elastic” nature of the service allows developers to instantly scale to meet spikes in traffic or demand. When computing requirements unexpectedly change (up or down), Amazon EC2 can instantly respond, meaning that developers have the ability to control how many resources are in use at any given point in time. In contrast, traditional hosting services generally provide a fixed number of resources for a fixed amount of time, meaning that users have a limited ability to easily respond when their usage is rapidly changing, unpredictable, or is known to experience large peaks at various intervals.
VPC endpoints enable you to privately connect your VPC to services hosted on AWS without requiring an Internet gateway, a NAT device, VPN, or firewall proxies. Endpoints are horizontally scalable and highly available virtual devices that allow communication between instances in your VPC and AWS services. Amazon VPC offers two different types of endpoints: gateway type endpoints and interface type endpoints.
Gateway type endpoints are available only for AWS services including S3 and DynamoDB. These endpoints will add an entry to your route table you selected and route the traffic to the supported services through Amazon’s private network.
Interface type endpoints provide private connectivity to services powered by PrivateLink, being AWS services, your own services or SaaS solutions, and supports connectivity over Direct Connect. More AWS and SaaS solutions will be supported by these endpoints in the future. Please refer to VPC Pricing for the price of interface type endpoints.
Traditional hosting services generally provide a pre-configured resource for a fixed amount of time and at a predetermined cost. Amazon EC2 differs fundamentally in the flexibility, control and significant cost savings it offers developers, allowing them to treat Amazon EC2 as their own personal data center with the benefit of Amazon.com’s robust infrastructure.
When computing requirements unexpectedly change (up or down), Amazon EC2 can instantly respond, meaning that developers have the ability to control how many resources are in use at any given point in time. In contrast, traditional hosting services generally provide a fixed number of resources for a fixed amount of time, meaning that users have a limited ability to easily respond when their usage is rapidly changing, unpredictable, or is known to experience large peaks at various intervals.
Secondly, many hosting services don’t provide full control over the compute resources being provided. Using Amazon EC2, developers can choose not only to initiate or shut down instances at any time, they can completely customize the configuration of their instances to suit their needs – and change it at any time. Most hosting services cater more towards groups of users with similar system requirements, and so offer limited ability to change these.
Finally, with Amazon EC2 developers enjoy the benefit of paying only for their actual resource consumption – and at very low rates. Most hosting services require users to pay a fixed, up-front fee irrespective of their actual computing power used, and so users risk overbuying resources to compensate for the inability to quickly scale up resources within a short time frame.
Instances without public IP addresses can access the Internet in one of two ways:
By default, Amazon RDS chooses the optimal configuration parameters for your DB Instance taking into account the instance class and storage capacity. However, if you want to change them, you can do so using the AWS Management Console, the Amazon RDS APIs, or the AWS Command Line Interface. Please note that changing configuration parameters from recommended values can have unintended effects, ranging from degraded performance to system crashes, and should only be attempted by advanced users who wish to assume these risks.
Amazon S3 is secure by default. Upon creation, only the resource owners have access to Amazon S3 resources they create. Amazon S3 supports user authentication to control access to data. You can use access control mechanisms such as bucket policies and Access Control Lists (ACLs) to selectively grant permissions to users and groups of users. The Amazon S3 console highlights your publicly accessible buckets, indicates the source of public accessibility, and also warns you if changes to your bucket policies or bucket ACLs would make your bucket publicly accessible.
You can securely upload/download your data to Amazon S3 via SSL endpoints using the HTTPS protocol. If you need extra security you can use the Server-Side Encryption (SSE) option to encrypt data stored at rest. You can configure your Amazon S3 buckets to automatically encrypt objects before storing them if the incoming storage requests do not have any encryption information. Alternatively, you can use your own encryption libraries to encrypt data before storing it in Amazon S3.
For production databases we encourage you to enable Enhanced Monitoring, which provides access to over 50 CPU, memory, file system, and disk I/O metrics. You can enable these features on a per-instance basis and you can choose the granularity (all the way down to 1 second). High levels of CPU utilization can reduce query performance and in this case you may want to consider scaling your DB instance class. For more information on monitoring your DB instance, refer to the Amazon RDS User Guide.
If you are using RDS for MySQL or MariaDB, you can access the slow query logs for your database to determine if there are slow-running SQL queries and, if so, the performance characteristics of each. You could set the “slow_query_log” DB Parameter and query the mysql.slow_log table to review the slow-running SQL queries. Please refer to the Amazon RDS User Guide to learn more.
If you are using RDS for Oracle, you can use the Oracle trace file data to identify slow queries. For more information on accessing trace file data, please refer to Amazon RDS User Guide.
If you are using RDS for SQL Server, you can use the client side SQL Server traces to identify slow queries. For information on accessing server side trace file data, please refer to Amazon RDS User Guide.
Versioning allows you to preserve, retrieve, and restore every version of every object stored in an Amazon S3 bucket. Once you enable Versioning for a bucket, Amazon S3 preserves existing objects anytime you perform a PUT, POST, COPY, or DELETE operation on them. By default, GET requests will retrieve the most recently written version. Older versions of an overwritten or deleted object can be retrieved by specifying a version in the request.
Taking control of your site with a content management system also has great advantages as far as your search engine rankings are concerned. All search engines like to see that websites are updated regularly and favor sites that alter their content on a regular basis. Our CMS platform provides search engine friendly web pages and also allows you to create your own page titles and meta tags used by the Search Engines for page rankings.
The CMS is browser-based and will work on both PC and Mac platforms using either Internet Explorer and Firefox. Keyboard shortcuts may vary between the two systems.
When in doubt, avoid using non-numerical or -alphabetical characters.
Requirements gathering is crucial, to make sure you buy on what you need, not on the shiny features that look good in the demonstration.
Another important factor is how easy the system is to use – most likely, the people you’d like to update the site won’t be that technically comfortable, so the best solution is one that has solid usability.
no. That is the biggest myth of CMSs. Most of the time, the real issues in content creation are around people and processes, not the technology. You need to manage your content creation like any other project – with a clear workflow and timetable, and enough people—with the right skills—to handle what you need to create. The CMS will help you get the content on to the site, but the much more difficult challenge is creating it. And computers don’t write very well.
The Web CMS does not require any special software or any technical knowledge to use. It is a web-based platform and can be accessed wherever you have an Internet connection and a web browser. The interface is very similar to Microsoft Word and does all of the HTML coding for you. You can concentrate on the content and not worry about how it will affect the page layout. It also automatically optimizes your site’s content for search, so that when someone searches for information on your site it is more likely to be found.
Scalable solution: A multitenant architecture that allows academic institutions to host thousands of websites in a single instance of the application
Easy to create and maintain websites. It takes seconds to create a website.
Open source and strong community. Built on top of Drupal and a full stack of open source tools and technologies.