A very basic blog-cms
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
First you must have a lampp server installed in your system, for doing this run the following commands in your shell:
sudo apt-get install apache2 php-mysql libapache2-mod-php mysql-server phpmyadmin php-curl
To get the application running on the local environment follow the following:
The steps are
cd /var/www/html
git clone https://github.com/puneeth2001/my-cms.git
Then you can run it from your local server by running from your browser
localhost/my-cms
on opening the application you can see some text boxes where you can enter the data and then it gets displayed as a blog.
Puneeth Chanda
- getbootstrap.com
- mentors
