Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abhisaha1/town-of-pixels
A Web Framework for photographers, designers and artists to showcase their work in a personalized way.
https://github.com/abhisaha1/town-of-pixels
Last synced: 4 days ago
JSON representation
A Web Framework for photographers, designers and artists to showcase their work in a personalized way.
- Host: GitHub
- URL: https://github.com/abhisaha1/town-of-pixels
- Owner: abhisaha1
- Created: 2012-03-05T10:46:51.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-03-05T11:19:19.000Z (almost 13 years ago)
- Last Synced: 2023-03-22T20:42:22.246Z (almost 2 years ago)
- Homepage: http://townofpixels.com
- Size: 4.43 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
Town Of Pixels is a web application designed to showcase your Photographs or Designs or paintings in your own customized way.
It is purely coded in PHP and jQuery and proudly powered by LayoutQuery.
Its features has been developed as Plugins, which gives you the power to select what you want and discard what you dont. Moreover its completely Open-Source.The installation is a three-step-process.
Get a Web Host
Install the Package
Start uploading Photographs===============
INSTALLATION
===============
Installing Town Of Ajax is no big deal. You just need to know few things before you carry on with the installation.Database Name
You need to create a database manually through cPanel. If you are unsure about this, you should contact your hosting provider and they will do it for you.
Database Username
While creating the database, you should assign a user to the database. You can create a new user and assign the same or you assign an existing user to the database.
Database Password
This is the password of the user you create above.
Hostname
Usually the hostname should be locahost in most of the case. But if it doest workout, you should ask your Hosting Provider about this.Once you are ready with the above information, you are almost done. Enter the above details in the installation screen and carry on with the next step. Basically the installation does 2 things internally.
Creates a config.php file containing the above information in the root folder
Creates few tables in the database you created.If somehow, the installation didnt work for you, you can open the file config-sample.php from the root folder and update the file with the required information mentioned above and save it as config.php.