我的推文
我的推文,通过github操作自动备份和提交。
加载我的推文
import { loadTweets , selectors , sorts } from 'codeimpossible/my-tweets' ;
// ... later
// read the latest tweet from the db
let tweets = await loadTweets ( ) ;
let latest = selectors . first ( tweets . sort ( sor
寄宿房管理系统
搭建环境
开发(Docker)
Git克隆
git clone gitgithub.com:ngocnguyenbk/myapp.git
配置数据库
cp config/database_example.yml config/database.yml
构建并运行Docker
docker-compose build
docker-compose up
# Open new terminal
docker-compose exec web bash
b
佩皮涅尔
该存储库包含的小时跟踪应用程序的代码。
要求
码头工人
码头工人组成
nodejs> = 8.x
快速设置
npm install # install dependencies (first time)
npm run setup # creates directories (once only)
# vim ./data/config/config.js # put your email in .authorizedEmail and edit any other settin
数字馆藏后端-digitaldu
目录
自述文件
背景
丹佛大学数字收藏库的后端 。
贡献
查看我们的,以提供反馈和贡献方式。
执照
。
所有其他内容均在下发布。
本地环境设置
go into digitaldu-backend
npm install
if it doesn't work the first time delete the node_modules folder and npm install
have mysql 5.7
add .env file in root fol
嗨,这是LDFSL完整存储库
分步安装此项目是
//if any code is edited in server then first use this
$ git stash
//otherwise
$ git pull
$ composer install
$ php artisan migrate:fresh
$ php artisan passport:install
$ php artisan db:seed
登录详细信息
User Name :
Password :密码
快速转储数据库
该软件包提供Artisan命令,以快速转储和加载Laravel应用程序中的数据库。
# Create a dump
php artisan snapshot:create my-first-dump
# Make some changes to your db
# ...
# Create another dump
php artisan snapshot:create my-second-dump
# Load up the first dump
php artisan s