https://github.com/puneeth-chanda/my-cms
CMS for blogging ¯\_(ツ)_/¯
https://github.com/puneeth-chanda/my-cms
css html mysql-database php7
Last synced: about 1 year ago
JSON representation
CMS for blogging ¯\_(ツ)_/¯
- Host: GitHub
- URL: https://github.com/puneeth-chanda/my-cms
- Owner: puneeth-chanda
- Created: 2019-02-20T07:35:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-01T18:28:18.000Z (over 7 years ago)
- Last Synced: 2025-04-06T09:43:17.831Z (over 1 year ago)
- Topics: css, html, mysql-database, php7
- Language: PHP
- Homepage:
- Size: 140 KB
- Stars: 9
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My-cms
A very basic blog-cms
## Getting Started
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.
### Prerequisites
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
```
### Installing
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
```
## Using the application:
on opening the application you can see some text boxes where you can enter the data and then it gets displayed as a blog.
## Screenshots

## Built With
* [PHP](http://www.php.net/) - PHP
* [apache](https://httpd.apache.org/) - Dependency Management
* [mysql](https://www.mysql.com/) -MySQL
## Authors
Puneeth Chanda
## Acknowledgments
* getbootstrap.com
* mentors