Skip to content

jbdawinna/omgcatz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omgcatz

Join the chat at https://gitter.im/cadejscroggins/omgcatz

First and foremost, the goal of this project is to provide the user with an abundance of feline imagery—which it currently isn't very good at. However, it is capable of downloading and tagging music from the interwebz that is otherwise hard to acquire.

Supported sites:

In development:

Developer Setup

Prerequisites:

Get the omgcatz stuff:

git clone https://github.com/cadejscroggins/omgcatz && cd omgcatz

Initialize the virtual machine:

vagrant up

Note: If on Windows ensure that you run this command from an Administrator prompt due to symlink requirments of archive action.

Run the omgcatz setup script:

vagrant ssh -c "sudo /var/www/html/_install/setup.sh"

The MySQL username is root and the password is vagrant.

That's it!

You can access the site at http://localhost:8080.

Troubleshooting

Sometimes on Windows users have noticed they are unable to run the setup script. It could be to do with how Windows and Unix like operating systems handle line endings. To fix this try:

  1. SSH into your virtual machine, either using PuTTY or vagrant ssh
  2. sudo apt-get install dos2unix
  3. dos2unix /var/www/html/_install/setup.sh
  4. Now try running the setup script again!

Screenshots

Kitteh

8tracks

About

View and download kittehs.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 43.3%
  • JavaScript 40.6%
  • HTML 8.5%
  • CSS 6.2%
  • Shell 1.4%