Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
song31 committed Jan 18, 2013
1 parent 677b934 commit 8d59c05
Showing 1 changed file with 18 additions and 20 deletions.
38 changes: 18 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,48 +7,46 @@ Ubuntu Linux or OSX.
## How to download

Go to http://song31.github.com/comix-server/ and click the tar.gz or
zip folder icon in the page.
zip folder icons in the page.


## How to install

You can find a step-by-step guide at
https://github.com/song31/comix-server/wiki/Step-by-Step-Configuration-Guide

In short:
- Log in Synology DSM and make a shared folder, for example, named
as "manga". This directory will be your manga directory.
- Enable ssh.
- Unzip the downloaded file and copy all to "web" folder (/var/services/web, default DocumentRoot).
- Connect to Synology server using ssh and do the remaining steps.
In short,
- Log in to the Synology DSM and make a shared folder, for example, named
"manga". This directory will be your manga directory.
- Enable SSH.
- Unzip the downloaded file and copy all to the "web" folder (/var/services/web, default DocumentRoot).
- Connect to your Synology server using SSH and do the remaining steps.
- Copy conf/httpd.conf-comix to /usr/syno/apache/conf/.
- Add the following line, "Include /usr/syno/apache/conf/httpd.conf-comix",
without quotes, at the end of /usr/syno/apache/conf/httpd.conf and
/usr/syno/apache/conf/httpd.conf-user files.
without quotes of course, at the end of /usr/syno/apache/conf/httpd.conf and
/usr/syno/apache/conf/httpd.conf-user.
- Add the manga directory's path to the open_basedir variable in
/usr/syno/etc/php/user-setting.ini.
- Reboot Synology server.
- Reboot the Synology server.


## How to run

The Apache process automatically starts and is always running on Synlogy server.
The Apache HTTP process automatically starts and is always running on the Synlogy server.


## How to use

- Copy your comic collection to the manga directory.
- Start AirComix app and add your Synology server.
Use the default port, 31251.
- Start AirComix app on your iPhone/iPad and add your Synology server.
Use the default port number, 31251.
- Enjoy!


## FAQ

Q) Do I need to uncompress ZIP files?
A) No. Like the Windows version, the server supports ZIP files.
Of course, you can put image files in JPG or GIF format to the
manga directory.
A) No. Like Windows version, comix server supports ZIP files.

Q) How can I change the port number?
A) See /usr/syno/apache/conf/httpd.conf-comix.
Expand All @@ -57,20 +55,20 @@ Q) How can I change the manga directory?
A) See handler.php. You need to modify handler.php, index.php, and
httpd.conf-comix.

Q) Does the server support other archive formats such as RAR or CBR?
Q) Does the comix server support other archive formats such as RAR or CBR?
A) No. Current version only supports ZIP (or CBZ).

Q) Does the server support password protection?
Q) Does the comix server support password protection?
A) Yes, using Apache's basic authentication mechanism. Refer to
http://www.cs.duke.edu/csl/faqs/web/basic-auth to know how to
configure it. Note that the user name should be AirComix (case
sensitve) and .htaccess file should be in /var/services/web where
handler.php exists. If there is no htpasswd util in your system, you can
create the password file on other Linux/OSX machines and copy it to
create the password file on other machines and copy it to
your system.


## How to contribute

But reports and pull requests are always welcomed.
Bug reports and pull requests are always welcomed.

0 comments on commit 8d59c05

Please sign in to comment.