使用Ubuntu16.04搭建蓝鲸开发环境
软件下载
【使用Ubuntu16.04搭建蓝鲸开发环境】ftp地址
使用VMware Workstation安装Ubuntu16.04
注意:开启CPU虚拟机
文章图片
image.png 配置Ubuntu16.04的网络,使得Host可以远程连接
安装openssh-server工具
sudo apt-get install openssh-server -y
安装vagrant
tom@ubuntu:~/blueking$ sudo dpkg -i vagrant_1.8.4_x86_64.deb
在Ubuntu上安装Virtualbox
sudo dpkg -i virtualbox-5.0_5.0.40-115130_Ubuntu_xenial_amd64.deb
sudo apt-get -f install#解决依赖
登陆vagrant集成环境
tom@ubuntu:~/blueking$ vagrant box add bk bk-django1.8-u2.box
tom@ubuntu:~$ mkdir -p WorkStation/vagrant/django18
tom@ubuntu:~$ cd !$
cd WorkStation/vagrant/django18
tom@ubuntu:~/WorkStation/vagrant/django18$ vagrant init bk
tom@ubuntu:~/WorkStation/vagrant/django18$ vagrant up
tom@ubuntu:~/WorkStation/vagrant/django18$ vagrant ssh
安装pycharm-community
文章图片
image.png
安装完成后需要在命令行中启动,在Dash里面找不到设置Ubuntu分辨率
https://jingyan.baidu.com/article/27fa73268e16e046f9271f51.html
pycharm-professional http://blog.csdn.net/u014044812/article/details/78727496
http://www.linuxidc.com/Linux/2016-05/131096.htm
2018-03-31更新
https://sales.jetbrains.com/hc/zh-cn/articles/207154369-%E5%AD%A6%E7%94%9F%E6%8E%88%E6%9D%83%E7%94%B3%E8%AF%B7%E6%96%B9%E5%BC%8F
校园注册,使用edu邮箱注册成功
安装chrome
http://www.linuxidc.com/Linux/2016-05/131096.htm
sudo apt-get install google-chrome-stable
推荐阅读
- 由浅入深理解AOP
- 【译】20个更有效地使用谷歌搜索的技巧
- mybatisplus如何在xml的连表查询中使用queryWrapper
- MybatisPlus|MybatisPlus LambdaQueryWrapper使用int默认值的坑及解决
- MybatisPlus使用queryWrapper如何实现复杂查询
- 六步搭建ES6语法环境
- iOS中的Block
- Linux下面如何查看tomcat已经使用多少线程
- 使用composer自动加载类文件
- android|android studio中ndk的使用