Skip to content
Snippets Groups Projects
Commit 9c52526b authored by Tyler Lemburg's avatar Tyler Lemburg
Browse files

Move www to public

parent 9915b244
No related branches found
No related tags found
No related merge requests found
Showing
with 4 additions and 4 deletions
/config.inc.php /config.inc.php
/www/.htaccess /public/.htaccess
/.project /.project
/.settings /.settings
/www/wdn /public/wdn
/.buildpath /.buildpath
/node_modules /node_modules
/vendor/composer /vendor/composer
......
module.exports = function (grunt) { module.exports = function (grunt) {
var lessDir = 'less'; var lessDir = 'less';
var cssDir = 'www/css'; var cssDir = 'public/css';
var cssFiles = [ var cssFiles = [
'main' 'main'
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
3. Install Inkscape on the VM `sudo yum --disablerepo=repoforgeextras install inkscape` 3. Install Inkscape on the VM `sudo yum --disablerepo=repoforgeextras install inkscape`
4. Install ImageMagick on the VM. `yum install -y ImageMagick ImageMagick-devel` 4. Install ImageMagick on the VM. `yum install -y ImageMagick ImageMagick-devel`
5. Create a config file for yourself. In the root, `cp config.sample.php config.inc.php` and edit as necessary. 5. Create a config file for yourself. In the root, `cp config.sample.php config.inc.php` and edit as necessary.
6. Create a htaccess file for yourself. In the root, `cp www/sample.htaccess www/.htaccess` and edit as necessary. 6. Create a htaccess file for yourself. In the root, `cp public/sample.htaccess public/.htaccess` and edit as necessary.
7. You will need a database. Run the script `create_database.sql`, found in `/db`, on your SQL DB. 7. You will need a database. Run the script `create_database.sql`, found in `/db`, on your SQL DB.
8. This creates several users, including the approvers. You will likely want to create a user for yourself in the users table with role `admin`. 8. This creates several users, including the approvers. You will likely want to create a user for yourself in the users table with role `admin`.
9. The server should now be running at `localhost:8009`. 9. The server should now be running at `localhost:8009`.
......
File moved
File moved
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment