Impulse Solutions | Code Snippets

All Snippets

PHP Find Indian Pincode From String BASH Installing Directus Via NPM PHP Get Round Off Amount PHP Get amount in words PHP Pincode to Pincode Distance PHP Round amount to 2 decimal place PHP Convert Date To Format PHP Random String MYSQL Find Duplicate Record From MYSQL Database PHP Number To Alphabet PHP Generate String PHP MYSQL Date To Date Format PHP Time Elapsed String PHP Get Day Name PHP Find Value In Array PHP Date Difference PHP Is Boolean BASH Change Folder Permission In CentOS BASH Allow Remote MYSQL PHP Generate Height PHP Generate Weight PHP Adult Age Date HTML Maintenance Mode

View Code Snippet [BASH]

Installing Directus Via NPM

                                # create folder and change into it
mkdir directus

# enter into directory
cd directus

# create package.json and add directus
npm init -y
npm i directus

# init the .env
npx directus init

# run initial migrations, admin user
npx directus bootstrap

# run the app
npx directus start