首页 > 代码库 > 常用指令
常用指令
创建项目: cocos new xxxx-p class -l cpp -d F:\cocos2d\cocos2d-x-3.1.1
vi + /etc/rc.d/rc.local (下面两个已经加到开机启动了)
启动mongodb: /home/mongodb/bin/mongod --dbpath=/home/mongodb/data --logpath /home/mongodb/logs/log.log -fork
启动pomelo服务器:cd /home/pomelo/ShuiHu/game-server/ && pomelo start -e production
启动svn服务器:svnserve -d -r /svn/project
查看进程 ps -ef|grep mongodb
重启防火墙:/etc/init.d/iptables restart
查看信息:/etc/init.d/iptables status
关闭 :/etc/init.d/iptables stop
cd /home/tomcat/tomcat-iws/bin/
ps -ef|grep tomcat-iws
linux添加path:
# vim /etc/profile
在文档最后,添加:
export PATH="/opt/STM/STLinux-2.3/devkit/sh4/bin:$PATH"
保存,退出,然后运行:
#source /etc/profile
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。