-
Notifications
You must be signed in to change notification settings - Fork 0
fabianmu/shortener
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
cakeUrlShortener 1.0 Beta - An URL Shortener build with cakephp Installation ============ 1. get the git 2. Create a new MySQL database. Use 'utf8_unicode_ci' collation. Into this new database import the SQL dump file 'app/config/sql/urls.sql'. 3. Edit the app/config/database.php file with your database connection details. 4. run the application in apache (i.e. add new vhost) Usage ===== To generate an URL with XML POST use (i.e.): curl -L --header "Content-type: text/xml" -d "<url long_url='http://mylongdomain.de' />" "http://cakeshort.l/urls/add.xml"
About
URL Shortener build with cakephp 1.2.6
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published