Giter Club home page Giter Club logo

copart's Introduction

  1. Create appropriate droplet on "www.digitalocean.com". Recommend Ubuntu16.04.

  2. Connect with web-console www.digitalocean.com. It will ask username and password. Default username is β€˜root’ and password will sent to your email.

  3. Connect to droplet with WinSCP.

  4. open terminal

  5. apt update

  6. apt install docker

  7. apt install docker-compose

  8. git clone [email protected]:bernazzyk/copart.git

  9. cd copart/

  10. docker-compose up -d

  11. docker exec -ti copart_web_1 bash

  12. python manage.py makemigrations

  13. python manage.py migrate

  14. python manage.py createsuperuser

  15. python manage.py loaddata copart/fixtures/vehiclemakes.json

  16. python manage.py collectstatic

  17. #Install Selenium apt update apt install -y libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb dpkg -i google-chrome*.deb apt install -y -f wget https://chromedriver.storage.googleapis.com/2.41/chromedriver_linux64.zip apt install -y unzip unzip chromedriver_linux64.zip chmod +x chromedriver mv -f chromedriver /usr/local/bin/chromedriver

  18. exit

  19. docker exec -ti copart_celery_1 bash

  20. Install Selenium(repeat 10)

  21. exit

  22. docker-compose restart

copart's People

Contributors

sunmoon11100 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.