Skip to content

proempire/join-eeyes

Repository files navigation

e瞳网2016招新网站

http://join.eeyes.net

安装

  1. 需要php >= 5.3
  2. git clone到服务器(或者使用git pull更新)
  3. 更改api/目录权限,使之可写
  4. api/config.sample.php改名为config.php
  5. 设置其中的DATA_FILE常量,使之难以猜测
  6. 设置其中的MAIL_SERVER常量,填写邮箱SMTP服务器地址、端口号、账号、密码
  7. 安装完成
git clone -b release https://git.coding.net/ganlv/join.git
cd join/
# git pull origin release
chmod 777 api/
cd api/
cp config.sample.php config.php
# vi config.php
# 把data.csv改成一个奇葩的名字,比如
# define('DATA_FILE', 'aaaabbbbccccdddd.csv');
# 把邮箱取消注释,然后用户名密码填上
# $MAIL_SERVER = array(
#     'Host'     => 'smtp.qq.com',
#     'Port'     => 465,
#     'Username' => '1234567890@qq.com',
#     'Password' => 'aaaabbbbccccdddd',
# );

Author

西安交通大学e瞳网

LICENSE

Apache License, Version 2.0

About

a website for freshmen to join eeyes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published