view release on metacpan or search on metacpan
lib/WordList/Password/10Million/Top100000.pm view on Meta::CPAN
turbo1
triangle
thongs
thanatos
sting
starman
spike1
smokes
shai
sexyman
sex
view all matches for this distribution
view release on metacpan or search on metacpan
lib/WordList/Password/10Million/Top100000.pm view on Meta::CPAN
turbo1
triangle
thongs
thanatos
sting
starman
spike1
smokes
shai
sexyman
sex
view all matches for this distribution
view release on metacpan or search on metacpan
lib/WordListC/Password/10Million/Top100000.pm view on Meta::CPAN
turbo1
triangle
thongs
thanatos
sting
starman
spike1
smokes
shai
sexyman
sex
view all matches for this distribution
view release on metacpan or search on metacpan
lib/WordListC/Password/SecLists/10Million/Top100000.pm view on Meta::CPAN
turbo1
triangle
thongs
thanatos
sting
starman
spike1
smokes
shai
sexyman
sex
view all matches for this distribution
view release on metacpan or search on metacpan
# Executing the site. Examples:
#
# docker run --publish 8080:80 amaltsev/xao-web
#
# docker run --publish 8080:80 --env PSGI_RUNNER=starman amaltsev/xao-web
#
# docker run -p 8080:80 -v $(pwd):/opt/xao/projects/app amaltsev/xao-web
#
# docker run -p 8080:80 -v $(pwd):/opt/xao/projects/mysite --env XAO_SITE_NAME=mysite amaltsev/xao-web
#
# docker run -p 8080:80 -v $(pwd):/opt/xao/projects/app --env PSGI_RUNNER="carton exec starman" amaltsev/xao-web
#
# docker run -p 8080:80 -v $(pwd):/opt/xao/projects/app \
# --env PSGI_BUILDER="carton install" \
# --env PSGI_RUNNER="carton exec plackup" \
# --env PSGI_OPTIONS="-R templates,objects" \
view all matches for this distribution
view release on metacpan or search on metacpan
Lite/docs/todo.ja.pod view on Meta::CPAN
=item CGen::JS
試ä½åã¯ãããã©ãä½¿ãæ¹ãæ°ã«å
¥ããªãã
=item starman åãã«ãèµ·åæä¸æ¬ã³ã³ãã¤ã«ã¢ã¼ããæ¬²ãã
fork å¾ã«ã³ã³ãã¤ã«ããã®ã¯ç¡é§ã ãã
ãã¨ãéç¨å½¢æ
次第ã§ã¯ãã¢ããªèµ·åæã«ãã³ãã¬ã¼ãã¨ã©ã¼ãåããã¨å¬ããã±ã¼ã¹ãããã¯ãã
ãã¨ãã³ã³ãã¤ã«ãæ¸ãã ãã³ãã¬ã¼ãé¢é£ãã¼ã¿ã¯æ¨ã¦ãããããã«ãã¹ãã
view all matches for this distribution
view release on metacpan or search on metacpan
docs/Architecture.md view on Meta::CPAN
recording *test* requests in the *Database* and fetching *test* results from the
*Database*. The *Backend* architecture supports multiple *RPC API daemons*
interacting with the same *Database*.
This only needs to be run as root in order to make sure the log file
can be opened. The `starman` process will change to the `www-data` user as
soon as it can, and all of the real work will be done as that user.
>
> TODO: List all ports these processes listen to.
>
view all matches for this distribution
view release on metacpan or search on metacpan
.travis.yml view on Meta::CPAN
before_script:
- export BASE_DIR=`dirname "$TRAVIS_BUILD_DIR"`
- export ZONEMASTER_BACKEND_CONFIG_FILE=$BASE_DIR/zonemaster-backend/share/travis_postgresql_backend_config.ini
- export URL=localhost:5080
- starman --error-log=/tmp/zm_front.log --workers=2 --listen=127.0.0.1:5080 -I./lib zm_app/bin/app.pl &
- cd ..
- git clone https://github.com/dotse/zonemaster-backend.git
- cd zonemaster-backend
- cpanm --quiet --installdeps --notest .
- if [[ "$TARGET" == "PostreSQL" ]]; then psql -c "create user travis_zonemaster WITH PASSWORD 'travis_zonemaster';" -U postgres; fi
- if [[ "$TARGET" == "PostreSQL" ]]; then psql -c 'create database travis_zonemaster OWNER travis_zonemaster;' -U postgres; fi
- if [[ "$TARGET" == "PostreSQL" ]]; then cpanm --quiet --notest DBD::Pg; fi
- if [[ "$TARGET" == "PostreSQL" ]]; then perl -I./lib ./script/create_db_postgresql_9.3.pl; fi
- starman --error-log=/tmp/zm_back.log --workers=2 --listen=127.0.0.1:5000 -I./lib/ ./script/zonemaster_webbackend.psgi &
- perl -I./lib ./script/zm_wb_daemon start
- cd ..
- cd zonemaster-gui
script:
view all matches for this distribution
view release on metacpan or search on metacpan
share/backend_config.ini
share/cleanup-mysql.sql
share/cleanup-postgres.sql
share/initial-mysql.sql
share/initial-postgres.sql
share/starman-zonemaster.conf
share/travis_mysql_backend_config.ini
share/travis_postgresql_backend_config.ini
share/travis_sqlite_backend_config.ini
share/zm-backend.sh
share/zm-centos.sh
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Carton.pm view on Meta::CPAN
> git add cpanfile carton.lock
> git commit -m "add Plack and Starman"
# Other developer's machine, or on a deployment box
> carton install
> carton exec -Ilib -- starman -p 8080 myapp.psgi
=head1 WARNING
B<This software is under heavy development and considered ALPHA
quality till its version hits v1.0.0. Things might be broken, not all
view all matches for this distribution