Forked version of let me see...
Original README
Qiita article: "CGI with Docker: EPWING electronic dictionary server "let me see..." (2003)"
This is a fork of let me see... created by Open Lab, an electronic dictionary, and others.
let me see... is software that runs EPWING in cgi and allows searches from a browser.
It was developed until around 2003, but some improvements have been made here.
The master branch has changes in design and specifications.
If you would like a similar experience to your original project, please refer to the original branch.
You will need an EPWing dictionary in advance. It's a bit troublesome as you need to register the folders of each dictionary in conf/letmesee.conf .
It is not suitable for operation in locations that are accessed by external parties or from unspecified large numbers of people. Please set it appropriately.
$ git clone https://github.com/kurema/forkedLetMeSee.git
$ cd forkedLetMeSee
$ nano docker-compose.yml
$ nano conf/letmesee.conf
$ sudo docker-compose up -d$ sudo apt-get ruby ruby-dev eb-utils libeb16-dev ispell apache2
$ # ここでApache関係の設定をする。
$ sudo nano /etc/apache2/apache2.conf # Enable CGI
$ git clone https://github.com/kubo/rubyeb19.git
$ cd rubyeb19
$ ruby extconf.rb
$ make
$ sudo make install
$ cd ..
$ git clone https://github.com/kurema/forkedLetMeSee.git
$ cd forkedLetMeSee/edict-devel/letmesee
$ # .htaccessではなくApache側の設定を変更しても良し (次3行)
$ cp dot.htaccess .htaccess
$ nano .htaccess #外部アクセスを制限
$ sudo a2enmod rewrite
$ nano letmesee.conf
$ sudo cp -a . /var/www/letmesee
$ sudo chown -R www-data:www-data /var/www/letmesee
$ sudo chmod 755 /var/www/letmesee/ * .rbExternal article
Please search for Apache CGI activation and other information.
Please read it accordingly when using other distributions or CGI-Bin.
See edict-devel/letmesee/AUTHORS.
It is a GPL license. See edict-devel/letmesee/COPYING.
$ cvs -d :pserver:[email protected]:/circus/cvsroot login
CVS password: guest
$ cvs -d :pserver:[email protected]:/circus/cvsroot co edict-devel/letmesee