首页 > 代码库 > 常用指令

常用指令

创建项目:  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