Jump to content
  • 0

Can i host my patcher at free hosting site?


Question

Posted

as title, i had just got my server up, but the hoster do not provide me with a patcher since i took the pakage without a patcher, so i was wondering is it posible to have a patcher on free hosting site?

and if so what does it require?

i need working site hosting where i can host my patcher for free, been looking for days by now, none working perfectly, most free hosting site had block new account request from my country Malaysia. any sugguestion?

P/S : sorry if this topic at wrong section not sure where to start this topic onion-emoticon-023.gif

16 answers to this question

Recommended Posts

Posted

Here is a longer explanation of the original post:

  1. create a SourceForge account https://sourceforge....er/registration
  2. create a new project: https://sourceforge.net/p/add_project
    * make sure you check the SVN tool, to enable SVN
  3. install TortoiseSVN on your computer http://tortoisesvn.net/downloads.html
  4. checkout a working copy of the SVN of your new project. The SVN url will be something like:
    https://svn.code.sf.net/p/PROJECTNAME/code/


    * make sure your URL has https so you have read+write access

  5. In your new working copy, create folders for your patcher stuff. For example:
    /
    /patcher/
    /patcher/data/
  6. SVN Commit your changes.
    Now you should be able to browse your SVN and see the folders you just created
    http://svn.code.sf.net/p/PROJECTNAME/code/patcher/


  7. Configure your patcher (see Category:Patchers)
    Your "patcher website" URL is the SVN url:
    http://svn.code.sf.net/p/PROJECTNAME/code/patcher/


    * http for anonymous read-only access

  8. Here's an example of some of the Thor_Patcher urls you would configure:
    RootURL='http://svn.code.sf.net/p/PROJECTNAME/code/patcher/'
    file_url=http://svn.code.sf.net/p/PROJECTNAME/code/patcher/data/
  9. Now in your working copy, add the patcher website files.
    Thor patcher for example, would have:
    /patcher/main.ini
    /patcher/plist.txt
    /patcher/data/this_is_a_patch.thor
  10. set appropriate SVN Properties for each file type
    • "patchlist" and other text files should have svn:eol-style=native
    • "patch files" (ex: .grf .gpf, .rar .thor) and any other binary files should have svn:mime-type=application/octet-stream
    • "html files" - should have svn:mime-type=text/html (if you forget this property, the html file will display as plain-text. example)
    • images - should have their corresponding image type (for example .png should have svn:mime-type=image/png)

[*]SVN Commit

[*]Each time you have a new patch, add the patch to your working copy, then SVN Commit the changes.

  • Upvote 1
  • MVP 1
Posted (edited)

i try to use my domain to make a patch site but i got this error while try to view those files

[b]Forbidden[/b]

You don't have permission to access /patch/ on this server.  
_______________________________________________________________________________________________________ 

Apache/2.2.15 (CentOS) Server at www.steel-ro.nickyzai.com Port 80

Edited by dolphincute
Posted

Make sure your website folders are accessible by the user/group Apache is running as.

On Ubuntu/Debian, Apache runs as the user www-data and group www-data, so you should 'chown' all website files:

chown -R www-data:www-data /var/www/

And then make sure the user (www-data) has read+write permissions,

chmod -R u+rw /var/www/

or if it only needs read permissions:

chmod -R u+r /var/www/

Posted

ok problem solve, new problem accur, will making new topic


I had read the link that you gave me before, but i dont understand how can i host my patcher at sourceforge.net, is there any guide or tutorial that i can reffer to?

Posted (edited)

If I get this to work this is so going into my wikia page.

My previous two attempts getting thor to work on a free webhost failed miserably

--EDIT--

This guide will be on my wikia within the next 4 hours

Edited by sietse11

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...